We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9f17c commit bcbfc9dCopy full SHA for bcbfc9d
go.mod
@@ -1,13 +1,14 @@
1
module github.com/jphsd/texture
2
3
-go 1.21
+go 1.24.5
4
5
require (
6
github.com/jphsd/datastruct v0.0.0-20230819004359-fdb942b23eca
7
- github.com/jphsd/graphics2d v0.0.0-20240701173055-38f173fd3d77
+ github.com/jphsd/graphics2d v0.0.0-20250710212629-6bce14f9f02a
8
+ github.com/jphsd/nonlinear v0.0.0-20250710220814-5a1984037da0
9
)
10
11
- golang.org/x/image v0.18.0 // indirect
12
- golang.org/x/text v0.16.0 // indirect
+ golang.org/x/image v0.28.0 // indirect
13
+ golang.org/x/text v0.26.0 // indirect
14
0 commit comments