-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 597 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 597 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/cogentcore/webgpu
go 1.22
require (
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
github.com/iancoleman/strcase v0.3.0
modernc.org/cc/v3 v3.41.0
mvdan.cc/gofumpt v0.6.0
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/tools v0.23.0 // indirect
lukechampine.com/uint128 v1.2.0 // indirect
modernc.org/mathutil v1.5.0 // indirect
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.1.0 // indirect
)