5177415a25
- The glium example was upgraded as well and works. - The wgpu example was not yet touched in this commit, it will require a version of imgui-wgpu that points to imgui-rs 0.7.0 as well to work.
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.7.0"
|