feat: add flat_tree allgorithm

This commit is contained in:
2024-04-10 21:57:03 +02:00
parent 2ed1501747
commit e2940183f1
9 changed files with 179 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite --host",
"build": "vite build",
"test": "vitest",
"preview": "vite preview",
"tauri:dev": "tauri dev",
"story:dev": "histoire dev",
@@ -40,6 +41,7 @@
"typescript": "^5.0.2",
"vite": "^5.1.4",
"vite-plugin-glsl": "^1.2.1",
"vite-plugin-wasm": "^3.3.0"
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.2.0"
}
}