Merge pull request #624 from MarijnS95/parking-lot-0.12

imgui: Upgrade parking_lot to 0.12 with windows-rs bindings
This commit is contained in:
dbr/Ben 2022-03-15 22:36:46 +10:30 committed by GitHub
commit 71dff831de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]