feat(examples): add design demo
This commit is contained in:
parent
5904d2c0f0
commit
b805fc894c
3 changed files with 339 additions and 1 deletions
13
examples/design/Cargo.toml
Normal file
13
examples/design/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue