iced-yoda/examples/gradient/Cargo.toml

12 lines
171 B
TOML
Raw Normal View History

2023-09-02 13:44:45 +02:00
[package]
2023-09-07 07:53:26 +02:00
name = "gradient"
2023-09-02 13:44:45 +02:00
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug"]
tracing-subscriber = "0.3"