Skip to content

Commit

Permalink
Remove default features from image crate to reduce build time
Browse files Browse the repository at this point in the history
  • Loading branch information
manpat committed Oct 4, 2024
1 parent 4730b4e commit 8eb271c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toybox-gfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ bumpalo = "3.12.1"

[dependencies.image]
version = "0.24"
default-features = false
features = ["png"]

0 comments on commit 8eb271c

Please sign in to comment.