9 lines
213 B
Modula-2
9 lines
213 B
Modula-2
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
|
|
)
|