This commit is contained in:
2025-10-23 10:00:11 +00:00
parent 12e270c0cf
commit 36eba59887
7 changed files with 5059 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[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"