libcosmic-yoda/examples/application/Cargo.toml

27 lines
403 B
TOML
Raw Normal View History

2023-08-02 11:54:07 +02:00
[package]
name = "application"
version = "0.1.0"
edition = "2021"
[features]
default = ["wayland"]
wayland = ["libcosmic/wayland"]
2023-08-02 11:54:07 +02:00
[dependencies]
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tracing-log = "0.2.0"
2023-08-02 11:54:07 +02:00
[dependencies.libcosmic]
path = "../../"
2024-10-16 20:36:46 -04:00
features = [
"debug",
"winit",
"tokio",
"xdg-portal",
"a11y",
"wgpu",
"single-instance",
2025-06-10 12:22:07 -04:00
"surface-message",
2024-10-16 20:36:46 -04:00
]