feat: add gl-matrix dependency to package.json and package-lock.json

This commit is contained in:
David Haz
2025-09-25 10:41:50 +03:00
parent 8c94add5de
commit aab8375382
2 changed files with 9 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
"matter-js": "^0.20.0",
"motion-v": "^1.5.0",
"ogl": "^1.0.11",
"gl-matrix": "^3.4.3",
"postprocessing": "^6.37.6",
"primeicons": "^7.0.0",
"primevue": "^4.3.6",
@@ -59,4 +60,4 @@
"vite-plugin-vue-devtools": "^7.7.7",
"vue-tsc": "^2.2.10"
}
}
}