Skip to content

Commit

Permalink
Update to gif 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Jan 30, 2024
1 parent 6e7bd15 commit 7af925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include = [
bytemuck = { version = "1.7.0", features = ["extern_crate_alloc"] } # includes cast_vec
byteorder = "1.3.2"
num-traits = "0.2.0"
gif = { version = "0.12", optional = true }
gif = { version = "0.13", optional = true }
jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false, optional = true }
png = { version = "0.17.6", optional = true }
tiff = { version = "0.9.0", optional = true }
Expand Down

0 comments on commit 7af925b

Please sign in to comment.