libcosmic/examples/design/Cargo.toml

14 lines
232 B
TOML
Raw Normal View History

2023-09-01 07:31:13 +02:00
[package]
name = "design"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "winit", "tokio"]