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.
18 lines
526 B
18 lines
526 B
{ |
|
"name": "com.unity.burst", |
|
"displayName": "Burst", |
|
"version": "1.8.2", |
|
"unity": "2020.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" |
|
}, |
|
"upmCi": { |
|
"footprint": "69bbbe11f32f9512f2c4682f66df0afa45953c0f" |
|
}, |
|
"repository": { |
|
"url": "git@github.cds.internal.unity3d.com:unity/burst", |
|
"type": "git", |
|
"revision": "695ae863dfb82b807b4deb649b41575aed09b544" |
|
} |
|
}
|
|
|