You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
225 B
9 lines
225 B
module git.kirsle.net/go/ui
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
git.kirsle.net/go/render v0.0.0-20210104010442-b4a1979a8ba1
|
|
github.com/veandco/go-sdl2 v0.4.7 // indirect
|
|
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e // indirect
|
|
)
|
|
|