Skip to content

Commit 9ee68e2

Browse files
lupinekornelski
authored andcommitted
Disable pcx by default
1 parent bfa8cef commit 9ee68e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ criterion = "0.5.0"
6969
default = ["rayon", "default-formats"]
7070

7171
# Format features
72-
default-formats = ["avif", "bmp", "dds", "exr", "ff", "gif", "hdr", "ico", "jpeg", "pcx", "png", "pnm", "qoi", "tga", "tiff", "webp"]
72+
default-formats = ["avif", "bmp", "dds", "exr", "ff", "gif", "hdr", "ico", "jpeg", "png", "pnm", "qoi", "tga", "tiff", "webp"]
7373
avif = ["dep:ravif", "dep:rgb"]
7474
bmp = []
7575
dds = []

0 commit comments

Comments
 (0)