ggdt/ggdt_imgui/Cargo.toml
Gered 3e88e41265 helper method for clearing imgui window focus
so that no window is focused at all
2023-06-03 17:10:46 -04:00

14 lines
366 B
TOML

[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" }
imgui = { version = "0.11.0", features = ["docking"] }
thiserror = "=1.0.30"