mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
20 lines
404 B
Modula-2
Executable File
20 lines
404 B
Modula-2
Executable File
module github.com/bloeys/nmage
|
|
|
|
go 1.22
|
|
|
|
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.49.0
|
|
)
|
|
|
|
require (
|
|
github.com/AllenDang/cimgui-go v0.0.0-20230720025235-f2ff398a66b2
|
|
github.com/mandykoh/prism v0.35.1
|
|
)
|
|
|
|
require github.com/mandykoh/go-parallel v0.1.0 // indirect
|