generativeart/go.mod

11 lines
257 B
Modula-2
Raw Normal View History

2021-03-03 16:48:26 +00:00
module github.com/jdxyw/generativeart
2021-02-26 08:10:55 +00:00
2021-03-04 02:17:21 +00:00
go 1.16
require (
github.com/aquilax/go-perlin v1.0.0
github.com/fogleman/gg v1.3.0
2021-03-05 10:08:15 +00:00
github.com/llgcode/draw2d v0.0.0-20200930101115-bfaf5d914d1e
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
)