Gopher2600/go.mod
JetSetIlly 766700eb39 icons indicating switched controllers
added some icons to debugging screen. more will be added

embedded fontawesome free webfonts and a minimal Gopher2600-Icons font
that contains the controller images

bumped minimal go version to 1.16 to support the new embed directive
2021-03-18 18:38:56 +00:00

20 lines
749 B
Modula-2

module github.com/jetsetilly/gopher2600
go 1.16
// replace github.com/inkyblackness/imgui-go/v4 v4.0.2-0.20210227151036-ebf5e2d398c1 => /home/steve/Go/steve_forks/imgui-go
replace github.com/inkyblackness/imgui-go/v4 v4.0.2-0.20210227151036-ebf5e2d398c1 => github.com/JetSetIlly/imgui-go/v4 v4.0.1-0.20210317214623-176ec69ce2c7
require (
github.com/bradleyjkemp/memviz v0.2.3
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.0.0
github.com/go-echarts/statsview v0.3.1
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
github.com/hajimehoshi/go-mp3 v0.3.1
github.com/inkyblackness/imgui-go/v4 v4.0.2-0.20210227151036-ebf5e2d398c1
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942
github.com/veandco/go-sdl2 v0.4.4
)