Restructure window state management and fix Vello canvas not resizing with viewport (#1900)

* Restructure window state management

* Disable window creation on ci

* Code review

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Dennis Kobert
2024-08-06 08:18:04 +02:00
committed by GitHub
parent 5474a22b2e
commit f21c8c1b17
9 changed files with 140 additions and 94 deletions

View File

@@ -9,6 +9,7 @@ default = ["dealloc_nodes"]
serde = ["dep:serde", "graphene-core/serde", "glam/serde", "bezier-rs/serde"]
dealloc_nodes = []
wgpu = []
ci = []
tokio = ["dep:tokio"]
[dependencies]