slang: Update to version 2024.1.21

This commit is contained in:
github-actions[bot] 2024-06-06 20:27:48 +00:00
parent e5bdfc6d12
commit 2e359f2cad

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.20",
"version": "2024.1.21",
"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.20/slang-2024.1.20-win64.zip",
"hash": "d490d3123cbb95adce1c4718c326d0f6c30311940c4695ad25bc6d477abcdc7f",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21/slang-2024.1.21-win64.zip",
"hash": "ca1c8e6e85c2bc5b9180a2160ddf2f348201ce581ae6826d70d9b87cdf361e83",
"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.20/slang-2024.1.20-win32.zip",
"hash": "1a031686a53422c6ce3242ed99d67fa02355f7bb8a57f3e961fa5df772fa6b66",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21/slang-2024.1.21-win32.zip",
"hash": "df0d5792c47e2f371e99f1354b6774c565314d17bf2ad55d39fd911424ba7934",
"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.20/slang-2024.1.20-win-arm64.zip",
"hash": "da1432672731289bf3ade26018411cdd4815c595d4689648c2528722db5698a3",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.21/slang-2024.1.21-win-arm64.zip",
"hash": "314fab41d4c75ec349291c175483e7f7f9d082a8682500c18ac84871c45121d6",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"