14 lines
364 B
Modula-2
14 lines
364 B
Modula-2
module edgaru089.ink/go/gl01
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/aquilax/go-perlin v1.1.0
|
|
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
|
|
github.com/go-gl/mathgl v1.1.0
|
|
github.com/inkyblackness/imgui-go/v4 v4.7.0
|
|
)
|
|
|
|
require golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect
|