slang: Update to version 2024.1.16

This commit is contained in:
github-actions[bot] 2024-05-16 08:25:14 +00:00
parent 0e0c7b6bf1
commit 561954d4d7

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.15",
"version": "2024.1.16",
"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.15/slang-2024.1.15-win64.zip",
"hash": "a714f0f5a57f9786bc3196d70ccfa7969d4f3ba7bfe5ede9c3a443475495bbed",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.16/slang-2024.1.16-win64.zip",
"hash": "578c13c6bf15aa0da7854599b3b10e9b83ae2dfc1561ed58fb42f4d2a5e281d4",
"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.15/slang-2024.1.15-win32.zip",
"hash": "5f0fdc358b8e117e3a8988ff30ac36818249ab69fb826092d2019e6364524c4d",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.16/slang-2024.1.16-win32.zip",
"hash": "6c30bf0fcf175acdd5dd0a140413c73d5ad07f12be67ed97b88c250b69bba169",
"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.15/slang-2024.1.15-win-arm64.zip",
"hash": "c08328f65cd5fa22bbab8545ffd29fa4b9590f759ef3816d6aa59f74d971b0b2",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.16/slang-2024.1.16-win-arm64.zip",
"hash": "63a1c694584a6d8532a5fedc723ecfd4fe13fe91e100e0bccadb65224823fc94",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"