slang: Update to version 2024.1.8

This commit is contained in:
github-actions[bot] 2024-04-22 08:28:07 +00:00
parent 4fa10ab8ef
commit 551a68e407

View File

@ -1,28 +1,28 @@
{ {
"version": "2024.1.7", "version": "2024.1.8",
"description": "A new language and compiler for shader development.", "description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/", "homepage": "https://shader-slang.com/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.7/slang-2024.1.7-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.8/slang-2024.1.8-win64.zip",
"hash": "d11126ac799d8d6d0256488d0aeb477ff541bbd8f808934168415c263dec5163", "hash": "13ff10b48e1c6966bb5b7fce191e209023a7117e012b0d66597ad967e499826d",
"bin": [ "bin": [
"bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe" "bin/windows-x64/release/slangd.exe"
] ]
}, },
"32bit": { "32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.7/slang-2024.1.7-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.8/slang-2024.1.8-win32.zip",
"hash": "6ac0d2cf02d0de00e039e0e74ceaaca7a99b1428cc77aa380df3c35acf0b3312", "hash": "cf4693563a4ff3affadeb07e634e4c1aeb042fb6a86d2fc474e546e7ae3dada7",
"bin": [ "bin": [
"bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe" "bin/windows-x86/release/slangd.exe"
] ]
}, },
"arm64": { "arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.7/slang-2024.1.7-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.8/slang-2024.1.8-win-arm64.zip",
"hash": "c1e1d1dddd4fd0d1bef44dae9ff193a615bde11e0cb9cfc02a1fae0d84128ffe", "hash": "5fe8c9816ba56205281c6c7227a42b8b9697eefe3005b2438d6613d92ae5b89a",
"bin": [ "bin": [
"bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe" "bin/windows-aarch64/release/slangd.exe"