Some more tools around Android icons
All checks were successful
/ publish (push) Successful in 1m48s

This commit is contained in:
Leon Mika 2026-03-12 22:52:25 +11:00
parent 7f6dcac154
commit c7ff8597aa
15 changed files with 644 additions and 2 deletions

7
go.mod
View file

@ -1,5 +1,8 @@
module github.com/lmika/webtools
go 1.24.3
go 1.25.0
require github.com/alecthomas/participle/v2 v2.1.4 // indirect
require (
github.com/alecthomas/participle/v2 v2.1.4 // indirect
golang.org/x/image v0.37.0 // indirect
)