mirror of
https://github.com/bloeys/gopad.git
synced 2025-12-29 06:58:21 +00:00
16 lines
362 B
Modula-2
Executable File
16 lines
362 B
Modula-2
Executable File
module github.com/bloeys/gopad
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/AllenDang/cimgui-go v0.0.0-20230720025235-f2ff398a66b2
|
|
github.com/bloeys/nmage v0.23.2
|
|
github.com/veandco/go-sdl2 v0.4.35
|
|
)
|
|
|
|
require (
|
|
github.com/bloeys/assimp-go v0.4.4 // indirect
|
|
github.com/bloeys/gglm v0.43.0 // indirect
|
|
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
|
|
)
|