Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-02-14 01:06:53 -06:00
parent a88f87d96d
commit 5c84b574c2
1 changed files with 30 additions and 0 deletions

View File

@ -1 +1,31 @@
// `autogen:go.mod`
module go.wit.com/toolkits/pixelgl
go 1.22
toolchain go1.23.6
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.16
go.wit.com/toolkits/tree v0.22.9
go.wit.com/widget v1.1.29
golang.org/x/image v0.24.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
go.wit.com/lib/protobuf/guipb v0.0.2 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)