Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-29 21:49:29 -06:00
parent 73ce31f6c4
commit d8c5e241d9
1 changed files with 28 additions and 0 deletions

View File

@ -1 +1,29 @@
// `autogen:go.mod`
module go.wit.com/toolkits/pixelgl
go 1.21
toolchain go1.23.4
require (
github.com/faiface/pixel v0.10.0
github.com/go-gl/mathgl v1.2.0
github.com/gookit/config v1.1.0
go.wit.com/dev/alexflint/arg v1.5.5
go.wit.com/log v0.22.10
go.wit.com/toolkits/tree v0.22.4
go.wit.com/widget v1.1.27
golang.org/x/image v0.23.0
)
require (
github.com/faiface/glhf v0.0.0-20181018222622-82a6317ac380 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/pkg/errors v0.8.1 // indirect
go.wit.com/dev/alexflint/scalar v1.2.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)