slang: Update to version 2024.1.21.1

This commit is contained in:
github-actions[bot] 2024-07-01 04:27:32 +00:00
parent 5b5006d578
commit 279d179ad6

View File

@ -1,28 +1,28 @@
{ {
"version": "2024.1.25", "version": "2024.1.21.1",
"description": "A new language and compiler for shader development.", "description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/", "homepage": "https://shader-slang.com/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.25/slang-2024.1.25-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21.1/slang-2024.1.21.1-win64.zip",
"hash": "13a159bf8b44132cc78f8e0aa79b32b175cf3afa0f25d587319f9ade46471406", "hash": "007f5cdd4d39143f3a5e5c779919fc086d3f0c6626c28c85b043a2d98b1ab756",
"bin": [ "bin": [
"bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe" "bin/windows-x64/release/slangd.exe"
] ]
}, },
"32bit": { "32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.25/slang-2024.1.25-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21.1/slang-2024.1.21.1-win32.zip",
"hash": "7b8868e4c4d123bef4807c0e7f69abdacc4cdab614d10b7b61ac052097763321", "hash": "812ed3af6773fa6081eb8f3c1f759fa303c48fd38c93b0a3fbd3d1d43de3c1a9",
"bin": [ "bin": [
"bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe" "bin/windows-x86/release/slangd.exe"
] ]
}, },
"arm64": { "arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.25/slang-2024.1.25-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21.1/slang-2024.1.21.1-win-arm64.zip",
"hash": "6e8be837877bc9ec9c518c08473343df21bf460abc0d0103b04514ead8b384ae", "hash": "70a349caaf2fa45b6299d29eae990b518637ef13b4a27d58b91cadca48920c9a",
"bin": [ "bin": [
"bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe" "bin/windows-aarch64/release/slangd.exe"