libcosmic/examples/nav-context/Cargo.toml
2025-12-05 17:59:42 +01:00

13 lines
256 B
TOML

[package]
name = "nav-context"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tracing-log = "0.2.0"
[dependencies.libcosmic]
path = "../../"
features = ["debug", "winit", "tokio", "xdg-portal", "wgpu"]