mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 21:18:11 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user