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.
11 lines
290 B
TOML
11 lines
290 B
TOML
[package]
|
|
name = "examples-shared"
|
|
version = "0.1.0"
|
|
authors = ["4bb4 <67376761+4bb4@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
implot = { path = "../../" }
|
|
imgui = "=0.6.0"
|