Skip to content

Commit

Permalink
Fix dependency order
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Feb 18, 2024
1 parent 54e0184 commit 54a4e0e
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 @@ -45,6 +45,7 @@ dav1d = { version = "0.10.2", optional = true }
dcv-color-primitives = { version = "0.6.1", optional = true }
exr = { version = "1.5.0", optional = true }
gif = { version = "0.13", optional = true }
image-webp = { version = "0.1.0", optional = true }
mp4parse = { version = "0.17.0", optional = true }
png = { version = "0.17.6", optional = true }
qoi = { version = "0.4", optional = true }
Expand All @@ -54,7 +55,6 @@ rgb = { version = "0.8.25", optional = true }
tiff = { version = "0.9.0", optional = true }
zune-core = { version = "0.4.11", default-features = false, optional = true }
zune-jpeg = { version = "0.4.11", optional = true }
image-webp = { version = "0.1.0", optional = true }

[dev-dependencies]
crc32fast = "1.2.0"
Expand Down

0 comments on commit 54a4e0e

Please sign in to comment.