From f89a8447a6c9611b99de06b77a2a2137755514b7 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Fri, 9 Aug 2024 12:34:33 +0200 Subject: [PATCH] Fix render disappearing while panning when using Vello (#1915) Fix render disappearing while panning when using vello --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fe286f8..45a72550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }