-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (17 loc) · 650 Bytes
/
go.mod
File metadata and controls
21 lines (17 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/unitoftime/glitch
go 1.24.0
toolchain go1.24.1
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/go-gl/mathgl v1.2.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/inkyblackness/imgui-go/v4 v4.7.0
github.com/unitoftime/flow v0.0.0-20260123213249-64a1645bc7ee
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
golang.org/x/image v0.35.0
)
require (
github.com/zergon321/ll v0.0.0-20240321145452-cdcca34430f6 // indirect
github.com/zergon321/mempool v0.0.0-20230803011558-49cf4fd99ba7 // indirect
)