Rebase on new libcosmic

This commit is contained in:
Jeremy Soller 2024-02-09 09:15:29 -07:00
parent e43008822f
commit ccee108243
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
5 changed files with 758 additions and 793 deletions

View file

@ -24,6 +24,10 @@ default-features = false
features = ["tokio", "winit"]
#path = "../libcosmic"
[dependencies.smol_str]
version = "0.2.1"
features = ["serde"]
[features]
default = ["wgpu"]
wgpu = ["libcosmic/wgpu"]