added bmp decoder to bundler

This commit is contained in:
Joe Lothan 2026-05-20 00:11:53 -04:00
parent 7d24b406aa
commit 56ae26cbef

View file

@ -10,6 +10,7 @@ import (
_ "image/jpeg" _ "image/jpeg"
_ "github.com/biessek/golang-ico" _ "github.com/biessek/golang-ico"
_ "golang.org/x/image/bmp"
_ "golang.org/x/image/webp" _ "golang.org/x/image/webp"
) )