mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-27 13:28:28 +00:00
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:
parent
112dbb3090
commit
5a5bbcc443
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user