libcosmic/examples/about/Cargo.toml

29 lines
430 B
TOML
Raw Normal View History

[package]
name = "about"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
tracing-log = "0.2.0"
open = "5.3.2"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = [
"debug",
"winit",
"tokio",
"xdg-portal",
"dbus-config",
"desktop",
"a11y",
"wayland",
"wgpu",
"single-instance",
"multi-window",
"about",
]