Refactored folder layout

This commit is contained in:
2025-02-03 12:20:30 -05:00
parent 4a25414b92
commit fee5486ea2
6 changed files with 58 additions and 0 deletions

20
library.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "Vector3D",
"version": "1.0.0",
"description": "Contains a V3D object for easy 3d vector math and a Matrix object for more complicated linear algebra operations.",
"keywords": "linear algebra, vector, matrix, 3D",
"repository": {
"type": "git",
"url": "https://github.com/Cynopolis/Vector3D.git"
},
"authors": [
{
"name": "Cynopolis",
"email": "megaveganzombie@gmail.com",
"url": "https://github.com/Cynopolis"
}
],
"license": "None Yet",
"frameworks": "*",
"platforms": "*"
}