libcosmic/examples/application/Cargo.toml

26 lines
393 B
TOML
Raw Normal View History

2023-08-02 11:54:07 +02:00
[package]
name = "application"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
tracing-log = "0.2.0"
2023-08-02 11:54:07 +02:00
[dependencies.libcosmic]
path = "../../"
default-features = false
2024-10-16 20:36:46 -04:00
features = [
"debug",
"winit",
"tokio",
"xdg-portal",
"dbus-config",
"a11y",
"wayland",
"wgpu",
"single-instance",
"multi-window",
]