libcosmic-yoda/examples/application/Cargo.toml

28 lines
423 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.44"
tracing-subscriber = "0.3.22"
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",
2026-02-10 15:37:41 -05:00
"multi-window",
2024-10-16 20:36:46 -04:00
]