mirror of
https://github.com/bloeys/gopad.git
synced 2025-12-29 06:58:21 +00:00
15 lines
320 B
Modula-2
Executable File
15 lines
320 B
Modula-2
Executable File
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
|
|
)
|