open graph real easy
1module tangled.org/jakelazaroff.com/ogre
2
3go 1.25.0
4
5require (
6 github.com/BurntSushi/toml v1.6.0
7 github.com/gogpu/gg v0.48.7
8)
9
10require (
11 github.com/go-text/typesetting v0.3.4 // indirect
12 github.com/gogpu/gpucontext v0.19.0 // indirect
13 github.com/gogpu/gputypes v0.5.0 // indirect
14 golang.org/x/image v0.40.0 // indirect
15 golang.org/x/text v0.37.0 // indirect
16)