Skip to content

Commit

Permalink
Remove jpeg feature
Browse files Browse the repository at this point in the history
  • Loading branch information
PikminGuts92 committed Nov 19, 2023
1 parent 9f9dca7 commit d1a4849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/grim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ grim_gltf = { path = "../grim_gltf", optional = true }
grim_macros = { path = "../grim_macros" }
grim_traits = { path = "../grim_traits" }
half = { version = "2.3.1", default-features = false }
image = { version = "0.24.7", default-features = false, features = [ "dxt", "jpeg", "png" ] }
image = { version = "0.24.7", default-features = false, features = [ "dxt", "png" ] }
itertools = { workspace = true }
lazy_static = { workspace = true }
log = { workspace = true }
Expand Down

0 comments on commit d1a4849

Please sign in to comment.