Skip to content

Commit

Permalink
Disable pcx by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lupine authored and kornelski committed Nov 1, 2024
1 parent bfa8cef commit 9ee68e2
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 @@ -69,7 +69,7 @@ criterion = "0.5.0"
default = ["rayon", "default-formats"]

# Format features
default-formats = ["avif", "bmp", "dds", "exr", "ff", "gif", "hdr", "ico", "jpeg", "pcx", "png", "pnm", "qoi", "tga", "tiff", "webp"]
default-formats = ["avif", "bmp", "dds", "exr", "ff", "gif", "hdr", "ico", "jpeg", "png", "pnm", "qoi", "tga", "tiff", "webp"]
avif = ["dep:ravif", "dep:rgb"]
bmp = []
dds = []
Expand Down

0 comments on commit 9ee68e2

Please sign in to comment.