Skip to content

Commit

Permalink
floem_vello_renderer: Don't depend on resvg (#661)
Browse files Browse the repository at this point in the history
This renderer uses `vello_svg` to render the SVG, so `resvg` is
not required.
  • Loading branch information
waywardmonkeys authored Nov 3, 2024
1 parent c173368 commit 7f26763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ license.workspace = true

[dependencies]
image = { workspace = true }
resvg = { workspace = true }
peniko = { workspace = true }
raw-window-handle = { workspace = true }
wgpu = { workspace = true }
Expand Down

0 comments on commit 7f26763

Please sign in to comment.