Move desktop views into separate file

This commit is contained in:
Jeremy Soller 2022-12-21 14:21:51 -07:00
parent 4ba38dc25d
commit 8c78f23902
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
3 changed files with 69 additions and 18 deletions

View file

@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
libcosmic = { path = "../..", default-features = false, features = ["debug", "swbuf", "winit"] }
libcosmic = { path = "../..", default-features = false, features = ["debug", "wgpu", "winit"] }