initial event loop implementation for macOS

This commit is contained in:
max
2023-01-01 20:14:55 +02:00
parent ab9adaf13e
commit 9fd88ffd48
4 changed files with 147 additions and 4 deletions

View File

@@ -140,6 +140,10 @@ features = [
"Win32_System_Performance",
]
[target.'cfg(macos)'.dependencies]
objc = "0.2.7"
core-foundation = "0.9.3"
[profile.release]
lto = "thin"
strip = "symbols"