iced/examples/gradient/Cargo.toml
2024-02-10 00:38:25 +01:00

11 lines
171 B
TOML

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