mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-12-25 21:28:20 -06:00
fix missing module
This commit is contained in:
parent
f2114a45c2
commit
dc1d8db27d
|
@ -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