libcosmic/examples/cosmic-sctk/Cargo.toml

10 lines
201 B
TOML
Raw Normal View History

2022-11-10 16:19:13 +01:00
[package]
name = "cosmic_sctk"
version = "0.1.0"
authors = []
edition = "2021"
publish = false
[dependencies]
2023-01-05 10:13:45 -05:00
libcosmic = { path = "../..", default-features = false, features = ["wayland", "tokio"] }