Gered
424c63d414
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.
13 lines
275 B
TOML
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"
|