Skip to content

Commit

Permalink
cargo: Bump windows-rs to 0.48 (#163)
Browse files Browse the repository at this point in the history
`0.47` got yanked due to unreliable versioning on the `windows-targets`
library crate.
  • Loading branch information
MarijnS95 committed Apr 4, 2023
1 parent dd90779 commit 1800231
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 @@ -33,7 +33,7 @@ imgui = { version = "0.10", features = ["tables-api"], optional = true }
winapi = { version = "0.3.9", features = ["d3d12", "winerror", "impl-default", "impl-debug"], optional = true }

[target.'cfg(windows)'.dependencies.windows]
version = "0.47"
version = "0.48"
features = [
"Win32_Foundation",
"Win32_Graphics",
Expand All @@ -56,7 +56,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.47"
version = "0.48"
features = [
"Win32_Foundation",
"Win32_Graphics",
Expand Down

0 comments on commit 1800231

Please sign in to comment.