mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
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:
commit
71dff831de
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user