slang: Update to version 2024.1.4

This commit is contained in:
github-actions[bot] 2024-03-20 04:26:42 +00:00
parent 70ffe4de69
commit bcb9bae507

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.3",
"version": "2024.1.4",
"description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.3/slang-2024.1.3-win64.zip",
"hash": "62dac6c14f924a8dcdf389a4f0b314a8ff02e721804348db974d09546b921b46",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win64.zip",
"hash": "a59e78d2035ae8ed19e778fe9186bc16e06c54c38141f519631440dccfe2c048",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.3/slang-2024.1.3-win32.zip",
"hash": "c5ef4dc35404d50076e92d44d9991d534fb3b2461aef714e30ea2455402d5c13",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win32.zip",
"hash": "8469c2f1dca4c2efdf81dd865079a7d571acfa2939b62834c4a54cfe6bb8f52c",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.3/slang-2024.1.3-win-arm64.zip",
"hash": "3cc2467ee9cac715d9cdf29a08852d562159d6582c1293ed6d1a459a25ea4073",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.4/slang-2024.1.4-win-arm64.zip",
"hash": "27967f8ac70a128fb709591001c59762c1764ef130110b5f4a0b4b6ad2f6def6",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"