working examples with iced-sctk

This commit is contained in:
Ashley Wulber 2022-11-10 16:19:13 +01:00
parent 5331cfb61b
commit 45ccc8c3d2
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
8 changed files with 447 additions and 39 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "cosmic_sctk"
version = "0.1.0"
authors = []
edition = "2021"
publish = false
[dependencies]
libcosmic = { path = "../..", default-features = false, features = ["debug", "wayland"] }