From 7f0e9b57bf958169b550c50cf253c49ae0f8409b Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Wed, 22 Jan 2025 05:24:24 +0700 Subject: [PATCH] Update to resvg 0.44 --- Cargo.toml | 2 +- vello/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef7750be..4c8e2d01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ strum_macros = { version = "0.26.2" } # Image format features are defined via new features image = { version = "0.25", default-features = false } im = { version = "15.1.0" } -resvg = { version = "0.43.0" } +resvg = { version = "0.44.0" } raw-window-handle = "0.6.0" wgpu = { version = "22.0.0" } parking_lot = { version = "0.12.1" } diff --git a/vello/Cargo.toml b/vello/Cargo.toml index b06a542a..8355c691 100644 --- a/vello/Cargo.toml +++ b/vello/Cargo.toml @@ -16,5 +16,5 @@ futures = "0.3.26" anyhow = "1.0.69" swash = "0.1.8" vello = "0.3.0" -vello_svg = "0.4.0" +vello_svg = "0.5.0" floem_renderer = { path = "../renderer", version = "0.2.0" }