Add gl-matrix dependency

This commit is contained in:
Julian
2020-01-24 17:33:37 +01:00
parent afe2edc8e1
commit 1c56f10369

View File

@@ -18,9 +18,11 @@
"author": "Julian Niessner",
"license": "ISC",
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
"browserify": "^16.5.0",
"typescript": "^3.7.5"
},
"dependencies": {
"gl-matrix": "^3.1.0"
}
}