libcosmic/examples/image-button/Cargo.toml

14 lines
238 B
TOML
Raw Normal View History

[package]
name = "image-button"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "winit", "tokio"]