-
Notifications
You must be signed in to change notification settings - Fork 12
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
1 parent
1a06c6e
commit 2d2857b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libimagequant
updated
20 files
+16 −0 | CHANGELOG | |
+52 −0 | CMakeLists.txt | |
+5 −4 | Cargo.toml | |
+3 −2 | Makefile | |
+21 −8 | README.md | |
+6 −4 | configure | |
+2 −2 | imagequant.pc.in | |
+34 −12 | kmeans.c | |
+85 −73 | libimagequant.c | |
+2 −2 | libimagequant.h | |
+21 −20 | mediancut.c | |
+44 −9 | nearest.c | |
+1 −1 | pam.c | |
+13 −4 | pam.h | |
+3 −2 | rust-api/Cargo.toml | |
+1 −1 | rust-api/examples/basic.rs | |
+165 −65 | rust-api/src/lib.rs | |
+10 −1 | rust-sys/build.rs | |
+24 −19 | rust-sys/libimagequant.rs | |
+1 −0 | version.txt |