feat: migrate GPU renderer from WebGL to wgpu/WASM

This commit is contained in:
Maze Winther
2026-04-01 13:57:32 +02:00
parent b048b739bd
commit e579ae1202
44 changed files with 2745 additions and 1333 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://turborepo.com/schema.json",
"tasks": {
"build:wasm": {
"//#build:wasm": {
"outputs": ["rust/wasm/pkg/**"]
},
"build": {