iced-yoda/examples/pure/pick_list/Cargo.toml

10 lines
221 B
TOML
Raw Normal View History

[package]
name = "pure_pick_list"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../../..", features = ["debug", "pure"] }