canvas/go.mod
2025-04-10 14:12:26 +02:00

8 lines
174 B
Modula-2

module git.mstar.dev/mstar/canvas
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
golang.org/x/image v0.0.0-20200801110659-972c09e46d76
)
go 1.13