6179cf1f8d
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.
9 lines
171 B
TOML
9 lines
171 B
TOML
[package]
|
|
name = "implot-sys-bindgen"
|
|
version = "0.2.0"
|
|
authors = ["Sandro Merkli"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bindgen = "0.55.1"
|
|
imgui-sys = { version = "=0.6.0" }
|