mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
23 lines
474 B
Modula-2
Executable File
23 lines
474 B
Modula-2
Executable File
module github.com/bloeys/nmage
|
|
|
|
go 1.23
|
|
|
|
require github.com/veandco/go-sdl2 v0.4.35
|
|
|
|
require github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
|
|
|
|
require (
|
|
github.com/bloeys/assimp-go v0.4.4
|
|
github.com/bloeys/gglm v0.50.0
|
|
)
|
|
|
|
require (
|
|
github.com/AllenDang/cimgui-go v0.0.0-20240912193335-545751598105
|
|
github.com/mandykoh/prism v0.35.1
|
|
)
|
|
|
|
require (
|
|
github.com/mandykoh/go-parallel v0.1.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
)
|