mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
imgui: Upgrade parking_lot to 0.12 with windows-rs bindings
`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 https://github.com/Amanieu/parking_lot/pull/311.
This commit is contained in:
parent
30f8f04dcf
commit
b5376c3fb4
@ -19,7 +19,7 @@ features = ["freetype", "docking", "tables-api"]
|
|||||||
bitflags = "1"
|
bitflags = "1"
|
||||||
imgui-sys = { version = "0.8.1-alpha.0", path = "../imgui-sys" }
|
imgui-sys = { version = "0.8.1-alpha.0", path = "../imgui-sys" }
|
||||||
mint = "0.5.6"
|
mint = "0.5.6"
|
||||||
parking_lot = "0.11"
|
parking_lot = "0.12"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user