fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.4k stars 358 forks source link

Propose go.mod #170

Open metal3d opened 2 years ago

metal3d commented 2 years ago

Propose go.mod and go.sum.

This is hard from a fork, but that should be OK.

In any case, examples are not separated in several directories, so that avoid the go.sum to be cleaned.

This fixes the version of dependencies.

sbinet commented 1 year ago

FYI, something along these lines has been integrated into "my" fork of gg: