Switched to released imgui-rs 0.5.0, adapted readme

This commit is contained in:
4bb4 2020-10-12 17:57:00 +02:00
parent c0070bda38
commit 305c244373
5 changed files with 11 additions and 18 deletions

View file

@ -8,5 +8,5 @@ edition = "2018"
[dependencies]
bindgen = "0.53.1"
imgui-sys = { git = "https://github.com/Gekkio/imgui-rs/", rev = "66260c123b9a80275bd3a366ef403444db11a676" }
imgui = { git = "https://github.com/Gekkio/imgui-rs/", rev = "66260c123b9a80275bd3a366ef403444db11a676" }
imgui-sys = { version = "0.5.0" }
imgui = { version = "0.5.0" }