We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 745c2d4 + ea6f97e commit bef3c52Copy full SHA for bef3c52
Cargo.toml
@@ -22,8 +22,9 @@ tempfile = "3.3.0"
22
wayland-client = {version = "0.29", features = ["use_system_lib"], default_features = false}
23
x11-dl = "2.19.1"
24
25
-[target.'cfg(target_os = "windows")'.dependencies]
26
-winapi = "0.3.9"
+[target.'cfg(target_os = "windows")'.dependencies.winapi]
+version = "0.3.9"
27
+features = ["windef", "wingdi", "winuser"]
28
29
[target.'cfg(target_os = "macos")'.dependencies]
30
cocoa = "0.24.0"
0 commit comments