merging all related stuff here

This commit is contained in:
2026-02-22 01:06:02 +03:00
parent cc5c9c6d1a
commit 352631e071
11 changed files with 110 additions and 71 deletions

11
go.mod
View File

@@ -1,13 +1,8 @@
module git.niplace.ru/XoxJlopeZi4BB/imageutils
module git.nkpl.cc/twocookedfaggots/imageutils
go 1.24.0
go 1.25.5
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.33.0
)
require (
9fans.net/go v0.0.7 // indirect
github.com/potassium5703/texture v0.0.0-20240820054037-fce43fc4b0f0 // indirect
golang.org/x/image v0.36.0
)