libcosmic-yoda/examples/text-input/Cargo.toml

15 lines
272 B
TOML
Raw Normal View History

2024-04-09 09:49:08 +02:00
[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"]