skulls/go.mod

10 lines
213 B
Modula-2
Raw Normal View History

2021-05-24 23:21:01 -04:00
module github.com/rootVIII/skulls
go 1.16
require (
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff
github.com/hajimehoshi/ebiten/v2 v2.0.6
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
)