Some more tools around Android icons
All checks were successful
/ publish (push) Successful in 1m48s
All checks were successful
/ publish (push) Successful in 1m48s
This commit is contained in:
parent
7f6dcac154
commit
c7ff8597aa
15 changed files with 644 additions and 2 deletions
7
go.mod
7
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue