暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 517B

123456789101112131415161718
  1. {
  2. "name": "com.unity.mathematics",
  3. "displayName": "Mathematics",
  4. "version": "1.2.6",
  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. "repository": {
  11. "url": "https://github.com/Unity-Technologies/Unity.Mathematics.git",
  12. "type": "git",
  13. "revision": "f110c8c230d253654afed153569030a587cc7557"
  14. },
  15. "upmCi": {
  16. "footprint": "f9e81f42318ed88a56c8bf031a82ee5c30370e88"
  17. }
  18. }