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 478bd4d commit 79066b2Copy full SHA for 79066b2
Cargo.toml
@@ -30,7 +30,7 @@ once_cell = "1"
30
rgb = { version = "0.8.20", features = ["argb"], optional = true }
31
32
[target.'cfg(target_os = "windows")'.dependencies]
33
-windows = { version = "0.60", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
+windows = { version = "0.61", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
34
35
[build-dependencies]
36
opencv-binding-generator = { version = "0.95.0", path = "binding-generator" }
0 commit comments