mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Fix render disappearing while panning when using Vello (#1915)
Fix render disappearing while panning when using vello
This commit is contained in:
@@ -66,7 +66,7 @@ web-sys = "=0.3.69"
|
||||
winit = "0.29"
|
||||
url = "2.5"
|
||||
tokio = { version = "1.29", features = ["fs", "io-std"] }
|
||||
vello = { git = "https://github.com/linebender/vello", features = ["debug_layers"] }
|
||||
vello = { git = "https://github.com/linebender/vello" }
|
||||
resvg = "0.42"
|
||||
usvg = "0.42"
|
||||
rand = { version = "0.8", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user