Skip to content

Commit

Permalink
Merge pull request #345 from waywardmonkeys/update-usvg-some
Browse files Browse the repository at this point in the history
deps: Update usvg to 0.33 from 0.29
  • Loading branch information
waywardmonkeys authored Jul 20, 2023
2 parents b37b5a3 + a66e94f commit e84138b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/scenes/src/svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use anyhow::{Ok, Result};
use instant::Instant;
use vello::{kurbo::Vec2, SceneBuilder, SceneFragment};
use vello_svg::usvg;
use vello_svg::usvg::TreeParsing;

use crate::{ExampleScene, SceneParams, SceneSet};

Expand Down
2 changes: 1 addition & 1 deletion integrations/vello_svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ repository.workspace = true

[dependencies]
vello = { path = "../../" }
usvg = "0.29"
usvg = "0.33"

0 comments on commit e84138b

Please sign in to comment.