feat: use webgl shaders instead of wasm

This commit is contained in:
Jet 2026-03-27 15:08:34 -07:00
parent 38efffa9b9
commit a69f37886f
No known key found for this signature in database
24 changed files with 1603 additions and 1603 deletions

View file

@ -13,5 +13,5 @@
}
},
"include": ["src", "vite.config.ts", "vite-plugin-ansi.ts"],
"exclude": ["node_modules", "dist", "cgol/pkg"]
"exclude": ["node_modules", "dist"]
}