mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-16 07:58:33 +00:00
Merge pull request #282 from Gekkio/dependabot/cargo/parking_lot-0.10
Update parking_lot requirement from 0.9 to 0.10
This commit is contained in:
commit
ffff82d5e4
@ -23,7 +23,7 @@ glium = { version = "0.25", default-features = false, optional = true }
|
||||
gfx = { version = "0.18", optional = true }
|
||||
imgui-sys = { version = "0.3.0-pre", path = "imgui-sys" }
|
||||
lazy_static = "1.1"
|
||||
parking_lot = "0.9"
|
||||
parking_lot = "0.10"
|
||||
|
||||
[dev-dependencies]
|
||||
memoffset = "0.5"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user