slang: Update to version 2024.1.26

This commit is contained in:
github-actions[bot] 2024-07-02 16:29:11 +00:00
parent cc72a924a3
commit 07628d3233

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.21.1",
"version": "2024.1.26",
"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.21.1/slang-2024.1.21.1-win64.zip",
"hash": "007f5cdd4d39143f3a5e5c779919fc086d3f0c6626c28c85b043a2d98b1ab756",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win64.zip",
"hash": "c699fb37dc114d645a6257dd910dc6b2d488b74aa46eb4082061851ac0913214",
"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.21.1/slang-2024.1.21.1-win32.zip",
"hash": "812ed3af6773fa6081eb8f3c1f759fa303c48fd38c93b0a3fbd3d1d43de3c1a9",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win32.zip",
"hash": "2d12dde7ed41a7bb2908fc6c0b06c83ca590294c3a2a1cf4155c60b27c92c619",
"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.21.1/slang-2024.1.21.1-win-arm64.zip",
"hash": "70a349caaf2fa45b6299d29eae990b518637ef13b4a27d58b91cadca48920c9a",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.26/slang-2024.1.26-win-arm64.zip",
"hash": "42eec87b6157b669be6c014bf184e8f9ce8a594d1635aa9ee28f3dac5fac7d32",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"