iced/examples/gradient/Cargo.toml
2025-02-21 01:37:14 +01:00

11 lines
171 B
TOML

[package]
name = "gradient"
version = "0.1.0"
edition = "2024"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug"]
tracing-subscriber = "0.3"