feat: added handle to text_input
This commit is contained in:
parent
931b30dc5a
commit
7b36984295
8 changed files with 236 additions and 2 deletions
9
examples/text_input/Cargo.toml
Normal file
9
examples/text_input/Cargo.toml
Normal file
|
|
@ -0,0 +1,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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue