gg/go.mod
Timon Ringwald 2755d666d6 moduling
2022-04-22 11:48:47 +02:00

10 lines
207 B
Modula-2

module git.tordarus.net/Tordarus/gg
go 1.18
require (
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
)