2024-04-19 17:12:54 +02:00
|
|
|
[package]
|
|
|
|
|
name = "context-menu"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-01-14 18:46:53 +01:00
|
|
|
tracing = "0.1.44"
|
|
|
|
|
tracing-subscriber = "0.3.22"
|
2024-04-19 17:12:54 +02:00
|
|
|
tracing-log = "0.2.0"
|
|
|
|
|
|
|
|
|
|
[dependencies.libcosmic]
|
|
|
|
|
path = "../../"
|
2025-06-10 12:22:07 -04:00
|
|
|
features = [
|
|
|
|
|
"debug",
|
|
|
|
|
"winit",
|
2025-12-05 17:59:42 +01:00
|
|
|
"wgpu",
|
2025-06-10 12:22:07 -04:00
|
|
|
"tokio",
|
|
|
|
|
"xdg-portal",
|
|
|
|
|
"surface-message",
|
|
|
|
|
"wayland",
|
|
|
|
|
]
|