mirror of
https://github.com/coalaura/ffwebp.git
synced 2025-07-17 22:04:35 +00:00
9 lines
136 B
Go
9 lines
136 B
Go
//go:build png || core || full
|
|
// +build png core full
|
|
|
|
package builtins
|
|
|
|
import (
|
|
_ "github.com/coalaura/ffwebp/internal/codec/png"
|
|
)
|