Skip to content

Commit

Permalink
Merge pull request #589 from gosub-io/dependabot/cargo/usvg-0.43.0
Browse files Browse the repository at this point in the history
Bump usvg from 0.42.0 to 0.43.0
  • Loading branch information
Sharktheone authored Sep 12, 2024
2 parents 049fb5d + 5354d3f commit 05c20b2
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 16 deletions.
117 changes: 103 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions crates/gosub_svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ edition = "2021"

[dependencies]
tiny-skia = "0.11.4"
usvg = { version = "0.42.0", default-features = false, features = [] }
gosub_shared = { path = "../gosub_shared" }
gosub_html5 = { path = "../gosub_html5" }
gosub_render_backend = { path = "../gosub_render_backend" }
resvg = { version = "0.42.0", optional = true }
resvg = { version = "0.43.0", optional = true }
anyhow = "1.0.87"


Expand Down
2 changes: 2 additions & 0 deletions crates/gosub_svg/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use ::resvg::usvg;

use gosub_html5::{node::NodeId, parser::document::DocumentHandle};
use gosub_shared::types::Result;

Expand Down

0 comments on commit 05c20b2

Please sign in to comment.