go-libwebp

Experimental translation from libwebp to Go source.
Log | Files | Refs | README | LICENSE

commit 1e4e98598b7e5206a43c8445b820cb1dfe774e85
parent 9c9445ba17a5b642305b42884aee015d48dad0de
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Sun, 19 Oct 2025 17:57:03 -0300

.ignore: ignore blobs in editor

Ignore blobs and C files since we mostly care about the Go source.

Diffstat:
A.ignore | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.ignore b/.ignore @@ -0,0 +1,6 @@ +c-lib +*.dylib +*.dll +*.so +*.webp +*.png