mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 05:18:21 +00:00
15 lines
304 B
Modula-2
Executable File
15 lines
304 B
Modula-2
Executable File
module github.com/bloeys/nmage
|
|
|
|
go 1.18
|
|
|
|
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.43.0
|
|
)
|
|
|
|
require github.com/AllenDang/cimgui-go v0.0.0-20230720025235-f2ff398a66b2
|