libcosmic-yoda/examples/application/Cargo.toml
2024-06-20 10:42:08 -06:00

14 lines
296 B
TOML

[package]
name = "application"
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", "dbus-config", "a11y"]