Chip-8_Go/go.mod

9 lines
188 B
Modula-2
Raw Permalink Normal View History

2020-10-11 19:18:08 +01:00
module git.jacknet.io/S.D/Chip-8_Go
go 1.15
2020-10-11 20:55:31 +01:00
require (
github.com/llgcode/draw2d v0.0.0-20200930101115-bfaf5d914d1e
github.com/markfarnan/go-canvas v0.0.0-20200722235510-6971ccd00770
)