Skip to content

Commit

Permalink
Update windows requirement from 0.57 to 0.58
Browse files Browse the repository at this point in the history
Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.57.0...0.58.0)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and twistedfall committed Jul 22, 2024
1 parent 72f4eae commit 639e0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ once_cell = "1"
rgb = { version = "0.8.20", features = ["argb"], optional = true }

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.57", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }
windows = { version = "0.58", features = ["Win32_Graphics_Direct3D9", "Win32_Graphics_Direct3D10", "Win32_Graphics_Direct3D11"] }

[build-dependencies]
opencv-binding-generator = { version = "0.90.1", path = "binding-generator" }
Expand Down

0 comments on commit 639e0c8

Please sign in to comment.