ggdt/examples/imgui_integration/Cargo.toml
Gered 424c63d414 imgui_integration example initial commit, work in progress
mostly working, but the imgui ui part is only a placeholder.

also this example project is kind of overly complicated, but i really
wanted this to be something that somewhat resembles a real tool that
i'd want to build.
2023-04-10 19:40:46 -04:00

13 lines
275 B
TOML

[package]
name = "imgui_integration"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "=1.0.55"
ggdt = { path = "../../ggdt" }
ggdt_imgui = { path = "../../ggdt_imgui" }
imgui = "0.11.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"