iced-yoda/examples/toast/Cargo.toml

11 lines
183 B
TOML
Raw Normal View History

2023-01-17 17:10:58 -08:00
[package]
name = "toast"
version = "0.1.0"
authors = ["tarkah <admin@tarkah.dev>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
2023-01-17 17:10:58 -08:00
publish = false
[dependencies]
iced.workspace = true
iced.features = ["advanced"]