28 lines
1.2 KiB
JSON
28 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"name": "com.unity.burst",
|
||
|
|
"displayName": "Burst",
|
||
|
|
"version": "1.8.27",
|
||
|
|
"unity": "2022.3",
|
||
|
|
"description": "Burst is a compiler that translates from IL/.NET bytecode to highly optimized native code using LLVM.",
|
||
|
|
"dependencies": {
|
||
|
|
"com.unity.mathematics": "1.2.1",
|
||
|
|
"com.unity.modules.jsonserialize": "1.0.0"
|
||
|
|
},
|
||
|
|
"relatedPackages": {
|
||
|
|
"com.unity.burst.tests": "1.8.27"
|
||
|
|
},
|
||
|
|
"_upm": {
|
||
|
|
"changelog": "### Added\n\n### Removed\n\n### Changed\n- Changed minimum Editor version to 2022.3.\n\n### Fixed\n- Fixed Burst runtime Mac binaries not being signed.\n- Fixed a bug where `Span<T>.Fill` used with spans of smaller-than-int integer types would cause out-of-bounds writes (leading to data corruption and segfaults)\n\n### Known Issues\n\n### Purpose"
|
||
|
|
},
|
||
|
|
"upmCi": {
|
||
|
|
"footprint": "ea3e3d8c787abc3252acbd50ef39a9ad76a1bcfe"
|
||
|
|
},
|
||
|
|
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.burst@1.8/manual/index.html",
|
||
|
|
"repository": {
|
||
|
|
"url": "https://github.cds.internal.unity3d.com/unity/burst.git",
|
||
|
|
"type": "git",
|
||
|
|
"revision": "eaf781d05ea047ecc656c7ff7ccfd01e75e12e51"
|
||
|
|
},
|
||
|
|
"_fingerprint": "973857688024e0c6019b60f7a3b403e8e467c4d0"
|
||
|
|
}
|