-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 741 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/dfirebaugh/hlg
go 1.25.5
require (
github.com/dfirebaugh/msdf v0.0.1
github.com/llgcode/draw2d v0.0.0-20260207101443-2bac6a2fac03
golang.org/x/image v0.36.0
tinygo.org/x/tinyfont v0.6.0
)
require (
github.com/ebitengine/purego v0.9.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
)
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0
github.com/rajveermalviya/go-webgpu/wgpu v0.17.1
github.com/udhos/gwob v1.0.0
tinygo.org/x/drivers v0.34.0 // indirect
tinygo.org/x/tinydraw v0.4.0
)