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
Cargo.lock generated
View File

@@ -1876,6 +1876,7 @@ dependencies = [
"thiserror 2.0.12",
"tokio",
"usvg",
"vello",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",