mirror of
https://github.com/bloeys/nterm.git
synced 2025-12-29 14:38:19 +00:00
18 lines
448 B
Modula-2
Executable File
18 lines
448 B
Modula-2
Executable File
module github.com/bloeys/nterm
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/bloeys/gglm v0.41.10
|
|
github.com/bloeys/nmage v0.12.12
|
|
github.com/go-gl/gl v0.0.0-20211025173605-bda47ffaa784
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/veandco/go-sdl2 v0.4.10
|
|
golang.org/x/image v0.0.0-20220617043117-41969df76e82
|
|
)
|
|
|
|
require (
|
|
github.com/bloeys/assimp-go v0.4.2 // indirect
|
|
github.com/inkyblackness/imgui-go/v4 v4.3.0 // indirect
|
|
)
|