Files
imgui-testing/Cargo.toml
2025-10-23 10:00:11 +00:00

10 lines
238 B
TOML

[package]
name = "imgui-testing"
version = "0.1.0"
edition = "2024"
[dependencies]
floem = { git = "https://github.com/lapce/floem", features = ["crossbeam", "vello"], version = "0.2.0" }
tracing = "0.1.41"
tracing-subscriber = "0.3.20"