iced-yoda/examples/text_input/Cargo.toml

10 lines
203 B
TOML
Raw Normal View History

2023-02-13 11:38:05 +01:00
[package]
name = "text_input"
version = "0.1.0"
authors = ["Casper Rogild Storm<casper@rogildstorm.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }