This commit is contained in:
2023-04-06 12:37:38 +08:00
parent ae68eb0764
commit 95c273d0b8
5 changed files with 214 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module git.satori.love/gameui/webp
go 1.18
require github.com/disintegration/imaging v1.6.2
require github.com/sizeofint/webpanimation v0.0.0-20210809145948-1d2b32119882 // indirect
require (
github.com/chai2010/webp v1.1.1
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
)