mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-06 02:51:31 +11:00
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:
parent
b37b5a3ef1
commit
a66e94f7b9
|
@ -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};
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ repository.workspace = true
|
|||
|
||||
[dependencies]
|
||||
vello = { path = "../../" }
|
||||
usvg = "0.29"
|
||||
usvg = "0.33"
|
||||
|
|
Loading…
Reference in a new issue