feat: replace webp lib by C libwebp

Avoid having to download anything
This commit is contained in:
Antoine Aflalo
2024-12-06 17:01:00 -05:00
parent 969993161f
commit f416f1ff32
8 changed files with 53 additions and 86 deletions

View File

@@ -17,6 +17,9 @@ jobs:
with:
go-version: '1.23'
- name: Install libwebp-dev
run: sudo apt-get install -y libwebp-dev
- name: Install dependencies
run: go mod tidy