slang: Update to version 2024.1.22

This commit is contained in:
github-actions[bot] 2024-06-13 08:28:12 +00:00
parent b084437ac2
commit fdb56afc80

View File

@ -1,28 +1,28 @@
{ {
"version": "2024.1.21", "version": "2024.1.22",
"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.21/slang-2024.1.21-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win64.zip",
"hash": "ca1c8e6e85c2bc5b9180a2160ddf2f348201ce581ae6826d70d9b87cdf361e83", "hash": "2f9f645b42672ab667ffcacbd78de7483d78374e737c682dc3203fd7ce1bf705",
"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.21/slang-2024.1.21-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win32.zip",
"hash": "df0d5792c47e2f371e99f1354b6774c565314d17bf2ad55d39fd911424ba7934", "hash": "57a77f178ccdcbc420d468c96545af5623b960a5e8f033918cffc08a27265fd6",
"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.21/slang-2024.1.21-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win-arm64.zip",
"hash": "314fab41d4c75ec349291c175483e7f7f9d082a8682500c18ac84871c45121d6", "hash": "01770e130c37cfc0d9170011ced78d49375c7cbf83f1bdb28ba13932217a910d",
"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"