libcosmic/examples/application/Cargo.toml
2025-06-05 12:10:07 -04:00

29 lines
458 B
TOML

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