implot-rs/implot-examples/examples-shared/Cargo.toml

12 lines
289 B
TOML
Raw Normal View History

[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 = "../../" }
2022-01-10 20:49:31 +00:00
imgui = "0.8.0"