libcosmic-yoda/examples/application/Cargo.toml
2026-01-14 18:46:53 +01:00

26 lines
403 B
TOML

[package]
name = "application"
version = "0.1.0"
edition = "2021"
[features]
default = ["wayland"]
wayland = ["libcosmic/wayland"]
[dependencies]
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
tracing-log = "0.2.0"
[dependencies.libcosmic]
path = "../../"
features = [
"debug",
"winit",
"tokio",
"xdg-portal",
"a11y",
"wgpu",
"single-instance",
"surface-message",
]