slang: Update to version 2024.0.9

This commit is contained in:
github-actions[bot] 2024-02-22 20:23:57 +00:00
parent a5f811e8f3
commit 1d2d6ae2f6

View File

@ -1,28 +1,28 @@
{
"version": "2024.0.8",
"version": "2024.0.9",
"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.0.8/slang-2024.0.8-win64.zip",
"hash": "c3278dd45e12e816a2792cefe1d01df28bec5a4072525eca35fa081939317593",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.9/slang-2024.0.9-win64.zip",
"hash": "a7366a193cd9b18112acc47a68b48b65f0537f50d53928f677668f6d03d9a7e2",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.8/slang-2024.0.8-win32.zip",
"hash": "66d187758134e48b35a12ba26a30f5f01eca0f07c35cf39659c5e2a60c08bf33",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.9/slang-2024.0.9-win32.zip",
"hash": "941ab587b373ef93caa1bc3c7b16981424cd8310c0cc919554b38ba216959e4f",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.8/slang-2024.0.8-win-arm64.zip",
"hash": "a9981b4d34c8361fb0dca2eb2b15a5a06de57958d2c8350e31db9b0ccf184f54",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.0.9/slang-2024.0.9-win-arm64.zip",
"hash": "144c50b668ee8c9cbe7537e94f067a8ec6b440d2f519388dc65365441dfdb191",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"