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
MarijnS95 authored and ctrlcctrlv committed Sep 24, 2022
1 parent 6a5e613 commit ef0c3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ features = ["freetype", "docking", "tables-api"]
bitflags = "1"
imgui-sys = { version = "0.8.1-alpha.0", path = "../imgui-sys" }
mint = "0.5.6"
parking_lot = "0.11"
parking_lot = "0.12"
cfg-if = "1"

[features]
Expand Down

0 comments on commit ef0c3aa

Please sign in to comment.