WGPU is coming

This commit is contained in:
Dmitry Sergeev
2026-09-07 17:18:03 +03:00
commit f48195a8bf
19 changed files with 2230 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
module mxl-pattern-generator
go 1.26.0
require (
github.com/gogpu/gputypes v0.8.0
github.com/gogpu/wgpu v0.34.3
github.com/qvest-digital/go-mxl v1.1.0-rc.4
)
require (
github.com/go-webgpu/goffi v0.6.3 // indirect
github.com/go-webgpu/webgpu v0.5.5 // indirect
github.com/gogpu/gpucontext v0.31.3 // indirect
github.com/gogpu/naga v0.19.0 // indirect
golang.org/x/sys v0.47.0 // indirect
)