feat(example): add text-input example

This commit is contained in:
Michael Aaron Murphy 2024-04-09 09:49:08 +02:00 committed by Michael Murphy
parent 0ac4172b74
commit 33db28327a
2 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "text-input"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
tracing-log = "0.2.0"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "winit", "tokio", "xdg-portal"]