Pinned imgui dependency to a fixed commit
This commit is contained in:
parent
e847f23fb2
commit
3d6e1ee938
4 changed files with 10 additions and 10 deletions
|
@ -12,8 +12,8 @@ build = "build.rs"
|
|||
links = "implot"
|
||||
|
||||
[dependencies]
|
||||
imgui-sys = { git = "https://github.com/Gekkio/imgui-rs/", branch = "master" }
|
||||
imgui = { git = "https://github.com/Gekkio/imgui-rs/", branch = "master" }
|
||||
imgui-sys = { git = "https://github.com/Gekkio/imgui-rs/", rev = "66260c123b9a80275bd3a366ef403444db11a676" }
|
||||
imgui = { git = "https://github.com/Gekkio/imgui-rs/", rev = "66260c123b9a80275bd3a366ef403444db11a676" }
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue