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]
|
2024-02-10 00:38:25 +01:00
|
|
|
iced.workspace = true
|
|
|
|
|
iced.features = ["debug"]
|
|
|
|
|
|
|
|
|
|
tracing-subscriber = "0.3"
|