Locked imgui versions down more. See comments.
Due to the yanking of imgui-winit-support 0.6.1, builds that did not have a lock file started failing in places. I've now locked the versions of imgui and friends to exactly 0.6.0 to avert those issues for the time being, with the longer-term fix being the upgrade of all those to 0.7.0 in #13.
This commit is contained in:
parent
69396149d0
commit
6179cf1f8d
9 changed files with 3347 additions and 17 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,9 +5,5 @@
|
|||
# Editor temporary files
|
||||
**/*.swp
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue