2023-04-07 14:21:27 -04:00
|
|
|
[package]
|
|
|
|
name = "ggdt_imgui"
|
|
|
|
description = "ImGui backend for ggdt."
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Gered King <gered@blarg.ca>"]
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
ggdt = { path = "../ggdt" }
|
2023-06-03 17:10:46 -04:00
|
|
|
imgui = { version = "0.11.0", features = ["docking"] }
|
2023-11-11 13:52:58 -05:00
|
|
|
thiserror = "=1.0.50"
|