Janky (but working) worker for chunk_meshes

This commit is contained in:
2026-03-15 02:48:25 -03:00
parent 1de6fe5fd1
commit 61011959f2
6 changed files with 257 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"compilerOptions": {
"lib": ["dom", "dom.asynciterable", "dom.iterable", "deno.ns", "deno.unstable"]
},
"unstable": ["bundle"],
"unstable": ["bundle", "raw-imports"],
"fmt": {
"useTabs": true,
"indentWidth": 4,