Merge pull request #21 from Liamolucko/winapi-features

Enable needed features of winapi
This commit is contained in:
David Johnson 2022-08-23 21:05:29 -05:00 committed by GitHub
commit bef3c52706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,9 @@ tempfile = "3.3.0"
wayland-client = {version = "0.29", features = ["use_system_lib"], default_features = false}
x11-dl = "2.19.1"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.9"
[target.'cfg(target_os = "windows")'.dependencies.winapi]
version = "0.3.9"
features = ["windef", "wingdi", "winuser"]
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24.0"