Merge pull request #345 from waywardmonkeys/update-usvg-some

deps: Update usvg to 0.33 from 0.29
This commit is contained in:
Bruce Mitchener 2023-07-20 23:20:58 +07:00 committed by GitHub
commit e84138b6dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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};

View file

@ -13,4 +13,4 @@ repository.workspace = true
[dependencies]
vello = { path = "../../" }
usvg = "0.29"
usvg = "0.33"