mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-22 09:26:33 +11:00
Merge pull request #345 from waywardmonkeys/update-usvg-some
deps: Update usvg to 0.33 from 0.29
This commit is contained in:
commit
e84138b6dd
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue