slang: Update to version 2024.1.24

This commit is contained in:
github-actions[bot] 2024-06-28 00:33:42 +00:00
parent 283437ada4
commit 58e4e7f30d

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.23",
"version": "2024.1.24",
"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.23/slang-2024.1.23-win64.zip",
"hash": "0067a65ddcc21b396c17098a5d6eec0c420e5f9960fe22db931e018dd4c9ce09",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.24/slang-2024.1.24-win64.zip",
"hash": "9c49961bdd426f7d1a9e2213b124ad36e8b7359dad2750e4e49d79717fbbebe0",
"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.23/slang-2024.1.23-win32.zip",
"hash": "b4d70a6b83ca7e6a47c94c6b7353efce1e41bf6f1319bf62a3e7ba95da1e004b",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.24/slang-2024.1.24-win32.zip",
"hash": "18dd644d2415cc65ddc085f68abd7103869e68c7113943fbcab6f35452624d71",
"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.23/slang-2024.1.23-win-arm64.zip",
"hash": "9eb56348be3f7c86d2c09d7069d5e14d3d27eb5146c7b8e8a1b0b6ac52900e99",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.24/slang-2024.1.24-win-arm64.zip",
"hash": "8c258925016a21ac25805786af3d44e9e1cc9f57aae91552b4265160c36804fa",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"