Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 844B

123456789101112131415161718192021222324
  1. {
  2. "name": "com.unity.burst",
  3. "displayName": "Burst",
  4. "version": "1.8.16",
  5. "unity": "2020.3",
  6. "description": "Burst is a compiler that translates from IL/.NET bytecode to highly optimized native code using LLVM.",
  7. "dependencies": {
  8. "com.unity.mathematics": "1.2.1",
  9. "com.unity.modules.jsonserialize": "1.0.0"
  10. },
  11. "_upm": {
  12. "changelog": "### Fixed\n- Fixed compiler crash caused by faulty alias analysis"
  13. },
  14. "upmCi": {
  15. "footprint": "10498ade2bbed1f22eccd90d0e2d132793445184"
  16. },
  17. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.burst@1.8/manual/index.html",
  18. "repository": {
  19. "url": "https://github.cds.internal.unity3d.com/unity/burst.git",
  20. "type": "git",
  21. "revision": "c26d24707e3090f86fd59f265b377ec2fe17f690"
  22. },
  23. "_fingerprint": "000840f9394643fba72955ad6e31718ddf96ec36"
  24. }