package.json 457 B

12345678910111213141516
  1. {
  2. "name": "com.unity.mathematics",
  3. "displayName": "Mathematics",
  4. "version": "1.1.0",
  5. "unity": "2018.3",
  6. "description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
  7. "keywords": [
  8. "unity"
  9. ],
  10. "dependencies": {},
  11. "repository": {
  12. "type": "git",
  13. "url": "git@github.com:Unity-Technologies/Unity.Mathematics.git",
  14. "revision": "0a3dfafaf606098ea681de4c4be60f3aac63b773"
  15. }
  16. }