diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-08-17 22:49:38 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-08-17 22:49:38 -0400 |
| commit | c71fb555b23178d2abeaee2a3a5eeb6f2db604aa (patch) | |
| tree | 7e633b57652e47265fc7222011f165a03ec96f11 /go.mod | |
| parent | d858988ee600b273d2120c0d09cdaf7d78395157 (diff) | |
| download | gui-c71fb555b23178d2abeaee2a3a5eeb6f2db604aa.zip | |
move shared data structures to external module
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ module github.com/faiface/gui go 1.22.4 require ( + git.samanthony.xyz/share v0.0.0 github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 github.com/fogleman/gg v1.3.0 github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 |