Stub vello based overlay implementation (#2956)

* Stub vello based overlay implementation

* Fix warnings

* Don't panic on non implemented functions to allow the tests to pass

* Don't draw overlays for tests
This commit is contained in:
Dennis Kobert
2025-07-29 22:06:45 +02:00
committed by GitHub
parent b348fabfd2
commit 00cfa073b8
5 changed files with 799 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ usvg = { workspace = true }
once_cell = { workspace = true }
web-sys = { workspace = true }
bytemuck = { workspace = true }
vello = { workspace = true }
# Required dependencies
spin = "0.9.8"