fix missing module

This commit is contained in:
griffi-gh 2024-04-25 18:39:18 +02:00
parent 5d8906cfb1
commit 6ee282e744

View file

@ -42,7 +42,7 @@ android-activity = "^0.5.2"
ndk = "0.8" ndk = "0.8"
[target.'cfg(target_os = "windows")'.dependencies] [target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3" winapi = { version = "0.3", features = ["wincon"] }
[features] [features]
default = ["raw-evt"] default = ["raw-evt"]