1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 13:59:54 +00:00
Files
ffwebp/internal/builtins/tga.go
2025-08-11 04:18:47 +02:00

9 lines
123 B
Go

//go:build tga || full
// +build tga full
package builtins
import (
_ "github.com/coalaura/ffwebp/internal/codec/tga"
)