6bb1809690
- This commit fixes the regular build and the glium example. The WGPU example needs an updated imgui-wgpu to point to the new imgui-sys version for things to work. - The im_str and ImString usage deprecations are not fixed yet. - There is no version bump for cimplot yet.
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.8.0"
|