g3n-demo/go.mod

13 lines
356 B
Modula-2
Raw Normal View History

2023-12-31 02:28:14 +00:00
module myschools.me/suguo/g3n-demo
go 1.21.5
require github.com/g3n/engine v0.2.0
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)