Skip to content

Commit a6bb762

Browse files
committed
Enable feature 'winerror' for winapi
1 parent a6130a0 commit a6bb762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surfman/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ optional = true
8484

8585
[target.'cfg(target_os = "windows")'.dependencies]
8686
wio = "0.2"
87-
winapi = { version = "0.3", features = ["d3d11", "wingdi", "winuser", "libloaderapi"] }
87+
winapi = { version = "0.3", features = ["d3d11", "wingdi", "winuser", "winerror", "libloaderapi"] }
8888

8989
[target.'cfg(target_os = "android")'.dependencies]
9090
raw-window-handle = "0.5"

0 commit comments

Comments
 (0)