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 }