Skip to content

Commit

Permalink
Increase allowed windows version range to 0.53-0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 11, 2024
1 parent b562187 commit 9fc33b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metal = { version = "0.28.0", git = "https:/gfx-rs/metal-rs", rev =
winapi = { version = "0.3.9", features = ["d3d12", "winerror", "impl-default", "impl-debug"], optional = true }

[target.'cfg(windows)'.dependencies.windows]
version = ">=0.53,<=0.54"
version = ">=0.53,<=0.56"
features = [
"Win32_Graphics_Direct3D12",
"Win32_Graphics_Dxgi_Common",
Expand All @@ -57,7 +57,7 @@ env_logger = "0.10"
winapi = { version = "0.3.9", features = ["d3d12", "d3d12sdklayers", "dxgi1_6", "winerror", "impl-default", "impl-debug", "winuser", "windowsx", "libloaderapi"] }

[target.'cfg(windows)'.dev-dependencies.windows]
version = ">=0.53,<=0.54"
version = ">=0.53,<=0.56"
features = [
"Win32_Graphics_Direct3D",
"Win32_Graphics_Direct3D12",
Expand Down

0 comments on commit 9fc33b3

Please sign in to comment.