Add an IRunLoop event runner on Linux

This commit is contained in:
Robbert van der Helm
2022-04-20 19:36:04 +02:00
parent 4fa54ceabe
commit 37b62e4278
3 changed files with 193 additions and 24 deletions

View File

@@ -70,7 +70,10 @@ widestring = "1.0.0-beta.1"
assert_no_alloc = { version = "1.1", optional = true }
[target.'cfg(windows)'.dependencies.windows]
[target.'cfg(all(target_family = "unix", not(target_os = "macos")))'.dependencies]
libc = "0.2.124"
[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.32"
features = [
"Win32_Foundation",