Skip to content

Commit

Permalink
Bump vello to 0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Jan 21, 2025
1 parent 90455b9 commit 51896aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ taffy = { git = "https://github.com/dioxuslabs/taffy", rev = "51e21564", default
# Linebender + WGPU
color = "0.2"
peniko = "0.3"
vello = { version = "0.4", git = "https://github.com/linebender/vello", rev = "6105e401", features = [ "wgpu" ] }
vello = { version = "0.4", features = [ "wgpu" ] }
parley = { version = "0.2", git = "https://github.com/linebender/parley", rev = "63f23d0e" } # external-span-ids
wgpu = "23"

# SVG dependencies
vello_svg = { git = "https://github.com/linebender/vello_svg", rev = "851a6459" }
vello_svg = { version = "0.6" }
usvg = "0.44.0"

# Windowing & Input
Expand Down

0 comments on commit 51896aa

Please sign in to comment.