libcosmic/examples/context-menu/Cargo.toml

23 lines
351 B
TOML
Raw Normal View History

[package]
name = "context-menu"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tracing-log = "0.2.0"
[dependencies.libcosmic]
path = "../../"
default-features = false
2025-06-10 12:22:07 -04:00
features = [
"debug",
"winit",
"tokio",
"xdg-portal",
"multi-window",
"surface-message",
"wayland",
]