This commit is contained in:
bloeys
2022-02-24 07:23:59 +04:00
parent 1a5af7512a
commit a6abed0d35
8 changed files with 242 additions and 0 deletions

14
go.mod Executable file
View File

@ -0,0 +1,14 @@
module github.com/bloeys/gopad
go 1.17
require (
github.com/bloeys/nmage v0.0.7-0.20220224025919-577e6250a8e5
github.com/inkyblackness/imgui-go/v4 v4.3.0
github.com/veandco/go-sdl2 v0.4.14
)
require (
github.com/bloeys/gglm v0.3.1 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
)