Skip to content

Commit

Permalink
Merge pull request #624 from MarijnS95/parking-lot-0.12
Browse files Browse the repository at this point in the history
imgui: Upgrade parking_lot to 0.12 with windows-rs bindings
  • Loading branch information
dbr committed Mar 15, 2022
2 parents c0fb4b6 + b5376c3 commit 71dff83
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 71dff83

Please sign in to comment.