feat(examples): improve design demo and merge cosmic-sctk example
This commit is contained in:
parent
0eba498708
commit
37d5dd8b65
15 changed files with 1229 additions and 900 deletions
21
examples/design-demo/Cargo.toml
Normal file
21
examples/design-demo/Cargo.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue