diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-02-25 18:24:13 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-02-25 18:24:13 -0500 |
| commit | c6cd37a6b80d4e5ad1dbf8c8968b818811b8aa54 (patch) | |
| tree | 54e3589c8dce213d947b17fa882e1bd1a5f808c0 /go.mod | |
| parent | 7ed10a4fc3c95244d347aa313f0d334aab962f80 (diff) | |
| parent | 719da8c34b6541fd26ea168eeb8ecc815f7c207e (diff) | |
| download | gui-c6cd37a6b80d4e5ad1dbf8c8968b818811b8aa54.zip | |
Merge branch 'modules' into layout2
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ module github.com/faiface/gui go 1.25.5 + +require ( + github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 + github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 + github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 +) |