feat(example): add text-input example
This commit is contained in:
parent
0ac4172b74
commit
33db28327a
2 changed files with 137 additions and 0 deletions
14
examples/text-input/Cargo.toml
Normal file
14
examples/text-input/Cargo.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue