Works with egui

This commit is contained in:
Ultradesu
2025-07-22 13:44:39 +03:00
parent a3a96eebce
commit 8b920596e5
11 changed files with 88 additions and 48 deletions

View File

@@ -30,6 +30,3 @@ egui = "0.29"
winit = "0.30"
env_logger = "0.11"
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.25"
objc = "0.2.7"