feat(examples): improve design demo and merge cosmic-sctk example

This commit is contained in:
Michael Aaron Murphy 2023-09-13 15:18:20 +02:00 committed by Michael Murphy
parent 0eba498708
commit 37d5dd8b65
15 changed files with 1229 additions and 900 deletions

View file

@ -0,0 +1,21 @@
[package]
name = "cosmic-design-demo"
version = "0.1.0"
edition = "2021"
[dependencies]
fraction = "0.13.1"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "winit", "tokio"]
[dependencies.cosmic-time]
# git = "https://github.com/pop-os/cosmic-time"
# branch = "icon-color"
path = "../../../cosmic-time"
default-features = false
features = ["libcosmic", "once_cell"]