Fixes
diff --git a/Cargo.toml b/Cargo.toml
index db96c07..8a7dcff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -120,4 +120,4 @@
 wgpu-profiler = "0.21.0"
 scenes = { path = "examples/scenes" }
 svg = "0.18.0"
-usvg = { version = "0.45.0", default-features = false}
+usvg = { version = "0.45.0", default-features = false }
diff --git a/sparse_strips/vello_toy/Cargo.toml b/sparse_strips/vello_toy/Cargo.toml
index d5c1ab0..a4f5500 100644
--- a/sparse_strips/vello_toy/Cargo.toml
+++ b/sparse_strips/vello_toy/Cargo.toml
@@ -16,7 +16,7 @@
 vello_common = { workspace = true }
 vello_cpu = { workspace = true }
 peniko = { workspace = true }
-image = { workspace = true }
+image = { workspace = true, features = ["png"] }
 
 [[bin]]
 name = "debug"