mirror of
https://github.com/bloeys/gopad.git
synced 2025-12-29 06:58:21 +00:00
Init
This commit is contained in:
14
go.mod
Executable file
14
go.mod
Executable 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
|
||||
)
|
||||
Reference in New Issue
Block a user