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.
1 parent 70e3eae commit f24b9d7Copy full SHA for f24b9d7
Cargo.toml
@@ -32,7 +32,7 @@ rgb = { version = "0.8.20", default-features = false, features = ["argb"], optio
32
33
[target.'cfg(target_os = "windows")'.dependencies]
34
# 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"] }
+windows = { version = "0.62", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
36
37
[build-dependencies]
38
opencv-binding-generator = { version = "0.98.0", path = "binding-generator" }
0 commit comments