We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6130a0 commit a6bb762Copy full SHA for a6bb762
surfman/Cargo.toml
@@ -84,7 +84,7 @@ optional = true
84
85
[target.'cfg(target_os = "windows")'.dependencies]
86
wio = "0.2"
87
-winapi = { version = "0.3", features = ["d3d11", "wingdi", "winuser", "libloaderapi"] }
+winapi = { version = "0.3", features = ["d3d11", "wingdi", "winuser", "winerror", "libloaderapi"] }
88
89
[target.'cfg(target_os = "android")'.dependencies]
90
raw-window-handle = "0.5"
0 commit comments