iced-yoda/examples/toast/Cargo.toml

10 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>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["advanced"] }