Drop version requirement for sub-crate

It doesn't work with beta/nightly anymore, and having a path
should be sufficient.
This commit is contained in:
Joonas Javanainen 2016-03-26 16:29:44 +02:00
parent 112dbb3090
commit 5a5bbcc443

View File

@ -21,7 +21,6 @@ optional = true
[dependencies.imgui-sys] [dependencies.imgui-sys]
path = "imgui-sys" path = "imgui-sys"
version = "0.0.7"
[build-dependencies] [build-dependencies]
gcc = "0.3" gcc = "0.3"