Skip to content

Commit

Permalink
imgui: Upgrade parking_lot to 0.12 with windows-rs bindings
Browse files Browse the repository at this point in the history
`parking_lot` now uses windows-rs's `windows-sys` crate, officially
developed and vetted by Microsoft - the bindings are autogenerated from
metadata and faster to compile too.

See also Amanieu/parking_lot#311.
  • Loading branch information
dbr committed Mar 19, 2022
1 parent e62ffea commit 5207b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ features = ["freetype", "tables-api"]
[dependencies]
bitflags = "1"
imgui-sys = { version = "0.8.2", path = "../imgui-sys" }
parking_lot = "0.11"
parking_lot = "0.12"

[features]
default = ["min-const-generics"]
Expand Down

0 comments on commit 5207b29

Please sign in to comment.