1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 06:19:55 +00:00
This commit is contained in:
2025-08-11 04:18:47 +02:00
parent 86cc9e33de
commit c97cabf0ad
8 changed files with 103 additions and 3 deletions

8
internal/builtins/tga.go Normal file
View File

@@ -0,0 +1,8 @@
//go:build tga || full
// +build tga full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/tga"
)