VR4Medical/ICI/Library/PackageCache/com.unity.burst@6aff1dd08a0c/package.json
2025-07-29 13:45:50 +03:00

28 lines
1.4 KiB
JSON

{
"name": "com.unity.burst",
"displayName": "Burst",
"version": "1.8.23",
"unity": "2021.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.23"
},
"_upm": {
"changelog": "### Fixed\n- Fixed \"Building for 'visionOS-simulator', but linking in object file built for 'visionOS'\" errors that could occur in 1.8.22\n- Fixed crash that could occur during Burst compilation for methods with `Span<T>` or `ReadOnlySpan<T>` parameter types\n- Fixed Burst compilation error related to `Aliasing.ExpectNotAliased` failing because of unexpected aliasing of `[NativeContainer]` types\n\n### Changed\n- On QNX and Embedded Linux, the `BurstDebugInformation_DoNotShip` folder is now prefixed with the player build directory name instead of the product name."
},
"upmCi": {
"footprint": "ee123e374a7d270b2d3f7de59316e263d271fb45"
},
"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": "0a4fca7c4d2ed5ed3ce7fd57c6944390dd4745a7"
},
"_fingerprint": "6aff1dd08a0c2f92ddb7f56ec033a5cb88967056"
}