fix missing module

rewrite-wgen
griffi-gh 2024-04-25 18:39:18 +02:00
parent 5d8906cfb1
commit 6ee282e744
1 changed files with 1 additions and 1 deletions

View File

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