Fix render disappearing while panning when using Vello (#1915)
Fix render disappearing while panning when using vello
This commit is contained in:
parent
c5dde18fd6
commit
f89a8447a6
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue