Skip to content

Commit 77468ea

Browse files
committed
Bump windows crate
1 parent fd2b5d6 commit 77468ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
3232

3333
[target.'cfg(target_os = "windows")'.dependencies]
3434
# windows-0.60+ breaks the build in some cases: https://github.com/twistedfall/opencv-rust/issues/660
35-
windows = { version = "0.59", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
35+
windows = { version = "0.62", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
3636

3737
[build-dependencies]
3838
opencv-binding-generator = { version = "0.98.0", path = "binding-generator" }

0 commit comments

Comments
 (0)