blob: 5937ef8e719b03cf5d4de70480fd9249e2a30f78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
[package]
name = "text_input"
version = "0.1.0"
authors = ["Casper Rogild Storm<casper@rogildstorm.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
|