Initial commit

This commit is contained in:
AbstractConcept 2022-09-13 00:36:34 -05:00
commit 3c7cc0c973
8391 changed files with 704313 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"name": "com.unity.mathematics",
"displayName": "Mathematics",
"version": "1.1.0",
"unity": "2018.3",
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
"keywords": [
"unity"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:Unity-Technologies/Unity.Mathematics.git",
"revision": "0a3dfafaf606098ea681de4c4be60f3aac63b773"
}
}