initial commit
This commit is contained in:
commit
60db522e87
107 changed files with 36924 additions and 0 deletions
30
tridoraemu/go.mod
Normal file
30
tridoraemu/go.mod
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
module tridoraemu
|
||||
|
||||
go 1.22.5
|
||||
|
||||
require (
|
||||
atomicgo.dev/keyboard v0.2.9
|
||||
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
|
||||
github.com/gopxl/pixel v1.0.0
|
||||
github.com/hajimehoshi/ebiten/v2 v2.7.8
|
||||
github.com/nsf/termbox-go v1.1.1
|
||||
golang.org/x/image v0.18.0
|
||||
golang.org/x/sys v0.22.0
|
||||
golang.org/x/term v0.22.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/containerd/console v1.0.3 // indirect
|
||||
github.com/ebitengine/gomobile v0.0.0-20240518074828-e86332849895 // indirect
|
||||
github.com/ebitengine/hideconsole v1.0.0 // indirect
|
||||
github.com/ebitengine/purego v0.7.0 // indirect
|
||||
github.com/faiface/glhf v0.0.0-20211013000516-57b20770c369 // indirect
|
||||
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
|
||||
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
|
||||
github.com/go-gl/mathgl v1.1.0 // indirect
|
||||
github.com/jezek/xgb v1.1.1 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.13 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue