Pinned imgui dependency to a fixed commit

This commit is contained in:
4bb4 2020-09-13 13:57:01 +02:00
parent e847f23fb2
commit 3d6e1ee938
4 changed files with 10 additions and 10 deletions

View file

@ -13,10 +13,10 @@ publish = false
clipboard = "0.5"
glium = { version = "0.27", default-features = true }
image = "0.23"
imgui-sys = { git = "https://github.com/Gekkio/imgui-rs/", branch = "master" }
imgui = { git = "https://github.com/Gekkio/imgui-rs/", branch = "master" }
imgui-glium-renderer = { git = "https://github.com/Gekkio/imgui-rs/", branch = "master" }
imgui-winit-support = { 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" }
imgui-glium-renderer = { git = "https://github.com/Gekkio/imgui-rs/", rev = "66260c123b9a80275bd3a366ef403444db11a676" }
imgui-winit-support = { git = "https://github.com/Gekkio/imgui-rs/", rev = "66260c123b9a80275bd3a366ef403444db11a676" }
implot-sys = { path = "../implot-sys" }
implot = { path = "../" }