deps: Update usvg to 0.33 from 0.29

This is not the latest version currently available, but the
changes to update to 0.34 are more involved, so we'll do
this intermediate step now.
This commit is contained in:
Bruce Mitchener 2023-07-18 10:58:37 +07:00
parent b37b5a3ef1
commit a66e94f7b9
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"