refactor(cosmic): Separate states across views

This commit is contained in:
Michael Aaron Murphy 2022-12-30 17:40:16 +01:00 committed by Ashley Wulber
parent ad0443af3f
commit 0cea2023f8
6 changed files with 278 additions and 108 deletions

View file

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