Fix render disappearing while panning when using Vello (#1915)

Fix render disappearing while panning when using vello
This commit is contained in:
Dennis Kobert
2024-08-09 12:34:33 +02:00
committed by GitHub
parent c5dde18fd6
commit f89a8447a6

View File

@@ -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 }