Initial commit
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module edgaru089.ml/go/gl01
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/aquilax/go-perlin v1.1.0
|
||||
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec
|
||||
github.com/go-gl/mathgl v1.0.0
|
||||
github.com/inkyblackness/imgui-go/v4 v4.4.0
|
||||
)
|
||||
|
||||
require golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect
|
||||
Reference in New Issue
Block a user