feat: added handle to text_input

This commit is contained in:
Casper Storm 2023-02-13 11:38:05 +01:00 committed by Héctor Ramón Jiménez
parent 931b30dc5a
commit 7b36984295
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 236 additions and 2 deletions

View 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"] }