-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
module github.com/mki1967/mki3dgame | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/go-gl/gl v0.0.0-20210315015930-ae072cafe09d | ||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210311203641-62640a716d48 | ||
github.com/go-gl/mathgl v1.0.0 | ||
github.com/mki1967/go-mki3d v0.0.0-20210101141945-d37ad91bcd7e | ||
github.com/mki1967/go-skybox v0.0.0-20180713055741-cf0150fa725a | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
github.com/go-gl/gl v0.0.0-20210315015930-ae072cafe09d h1:o81yRlBATU4PRn97lydmsq8hTRNXI4wlR/VvUQhFRVY= | ||
github.com/go-gl/gl v0.0.0-20210315015930-ae072cafe09d/go.mod h1:482civXOzJJCPzJ4ZOX/pwvXBWSnzD4OKMdH4ClKGbk= | ||
github.com/go-gl/glfw v0.0.0-20210311203641-62640a716d48 h1:2Ql7UigDMdlF+Ii12kdox7RKw3J1+uGhXn9FyYbbd20= | ||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210311203641-62640a716d48 h1:QrUfZrT8n72FUuiABt4tbu8PwDnOPAbnj3Mql1UhdRI= | ||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210311203641-62640a716d48/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= | ||
github.com/go-gl/mathgl v1.0.0 h1:t9DznWJlXxxjeeKLIdovCOVJQk/GzDEL7h/h+Ro2B68= | ||
github.com/go-gl/mathgl v1.0.0/go.mod h1:yhpkQzEiH9yPyxDUGzkmgScbaBVlhC06qodikEM0ZwQ= | ||
github.com/mki1967/go-mki3d v0.0.0-20210101141945-d37ad91bcd7e h1:3+Nh0+mf9QdbKSEpIAfSIKwPZ56mHSIVRRHkLmH97Tk= | ||
github.com/mki1967/go-mki3d v0.0.0-20210101141945-d37ad91bcd7e/go.mod h1:6R6EAhDD9rffZzEc50Bv2P7Cx6O9worRE/PT/JH55/o= | ||
github.com/mki1967/go-skybox v0.0.0-20180713055741-cf0150fa725a h1:znLYlnn9QnJvg2aKW+1J6k393vvXTXY+CJrOBnW2+9A= | ||
github.com/mki1967/go-skybox v0.0.0-20180713055741-cf0150fa725a/go.mod h1:Ed5f8hn/MlcliTknuARSu3jBHz/Tp5kmJ6YaBLWLfRU= | ||
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f h1:FO4MZ3N56GnxbqxGKqh+YTzUWQ2sDwtFQEZgLOxh9Jc= | ||
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= | ||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= |