mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
fix missing module
This commit is contained in:
parent
5d8906cfb1
commit
6ee282e744
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue