diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-02-09 16:51:21 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-02-09 16:51:21 -0500 |
| commit | 5de30aee491087fa3b58c8bd629353e1133f28ba (patch) | |
| tree | fd2fe3869f65460b6f8c3a7a465a43d2436360c3 /go.mod | |
| parent | ed00d80d15daf82492cace0e51cc5584f0aae736 (diff) | |
| download | gui-5de30aee491087fa3b58c8bd629353e1133f28ba.zip | |
create go module
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +module github.com/faiface/gui + +go 1.25.5 + +require ( + 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 + github.com/go-gl/glfw v0.0.0-20250301202403-da16c1255728 + github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 + golang.org/x/image v0.35.0 +) |