mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Merge pull request #235 from Gekkio/dependabot/cargo/parking_lot-0.9
Update parking_lot requirement from 0.8 to 0.9
This commit is contained in:
commit
29f792a62d
@ -19,7 +19,7 @@ glium = { version = "0.25", default-features = false, optional = true }
|
||||
gfx = { version = "0.18", optional = true }
|
||||
imgui-sys = { version = "0.2.0-pre", path = "imgui-sys" }
|
||||
lazy_static = "1.1"
|
||||
parking_lot = "0.8"
|
||||
parking_lot = "0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
memoffset = "0.4"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user