10 lines
238 B
TOML
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"
|