-
-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule lib
updated
18 files
+5 −1 | Cargo.toml | |
+2 −2 | README.md | |
+4 −4 | imagequant-sys/Cargo.toml | |
+9 −7 | imagequant-sys/Makefile | |
+2 −2 | imagequant-sys/README.md | |
+11 −5 | imagequant-sys/src/ffi.rs | |
+6 −2 | src/attr.rs | |
+5 −1 | src/capi.rs | |
+3 −3 | src/hist.rs | |
+12 −17 | src/image.rs | |
+15 −2 | src/lib.rs | |
+1 −1 | src/mediancut.rs | |
+1 −1 | src/nearest.rs | |
+8 −3 | src/pal.rs | |
+4 −1 | src/quant.rs | |
+1 −1 | src/remap.rs | |
+11 −3 | src/rows.rs | |
+9 −1 | src/seacow.rs |