Skip to content

Commit

Permalink
Merge pull request #526 from gosub-browser/dependabot/cargo/image-0.25.2
Browse files Browse the repository at this point in the history
Bump image from 0.25.1 to 0.25.2
  • Loading branch information
Sharktheone authored Jul 23, 2024
2 parents b63d6af + e15125c commit 6125303
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/gosub_render_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
smallvec = "1.13.2"
image = "0.25.1"
image = "0.25.2"
raw-window-handle = "0.6.2"
gosub_shared = { path = "../gosub_shared" }
gosub_html5 = { path = "../gosub_html5" }
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gosub_net = { path = "../gosub_net" }
gosub_render_backend = { path = "../gosub_render_backend" }
taffy = "0.5.2"
anyhow = "1.0.86"
image = "0.25.1"
image = "0.25.2"
url = "2.5.2"


Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gosub_render_backend = { path = "../gosub_render_backend" }
gosub_typeface = { path = "../gosub_typeface" }
gosub_svg = { path = "../gosub_svg" }
vello = "0.2.0"
image = "0.25.1"
image = "0.25.2"
smallvec = "1.13.2"
anyhow = "1.0.82"
wgpu = "0.20.1"
Expand Down

0 comments on commit 6125303

Please sign in to comment.