iced/examples/text_input/Cargo.toml
2023-04-11 05:11:19 +02:00

9 lines
203 B
TOML

[package]
name = "text_input"
version = "0.1.0"
authors = ["Casper Rogild Storm<casper@rogildstorm.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }