slang: Update to version 2024.1.17

This commit is contained in:
github-actions[bot] 2024-05-20 08:28:21 +00:00
parent 30133a40d1
commit 9f1af27ff8

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.16",
"version": "2024.1.17",
"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.16/slang-2024.1.16-win64.zip",
"hash": "578c13c6bf15aa0da7854599b3b10e9b83ae2dfc1561ed58fb42f4d2a5e281d4",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.17/slang-2024.1.17-win64.zip",
"hash": "769794984f81ed0a45b76f377fc6309652cef3a6d7d7b664d4466962cf445766",
"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.16/slang-2024.1.16-win32.zip",
"hash": "6c30bf0fcf175acdd5dd0a140413c73d5ad07f12be67ed97b88c250b69bba169",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.17/slang-2024.1.17-win32.zip",
"hash": "84be1cfd49091fe3599e60fe05d15e9756eeeb58603f413ffea27f5af8bc19c5",
"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.16/slang-2024.1.16-win-arm64.zip",
"hash": "63a1c694584a6d8532a5fedc723ecfd4fe13fe91e100e0bccadb65224823fc94",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.17/slang-2024.1.17-win-arm64.zip",
"hash": "2d40ddf389e4e68b0c7fa3758102ba782dd309d211e657a87affab1b058e53af",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"