2024-04-19 17:12:54 +02:00
|
|
|
[package]
|
|
|
|
|
name = "context-menu"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-03-19 20:29:11 +01:00
|
|
|
tracing = "0.1.41"
|
|
|
|
|
tracing-subscriber = "0.3.19"
|
2024-04-19 17:12:54 +02:00
|
|
|
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",
|
|
|
|
|
]
|