slang: Update to version 2023.5.7

This commit is contained in:
github-actions[bot] 2024-01-23 16:28:17 +00:00
parent b8f59921c9
commit c0a496d3da

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.5.6", "version": "2023.5.7",
"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/v2023.5.6/slang-2023.5.6-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.7/slang-2023.5.7-win64.zip",
"hash": "6c6147d086de2c12ca062eba28f2d23e650873f0e1a50134eb7dcdea3c6e06cd", "hash": "2461a42fe43429d23bcc396f6b6feb8cc5f7ebc5e426fe2cd436d97d4ab1dcde",
"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/v2023.5.6/slang-2023.5.6-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.7/slang-2023.5.7-win32.zip",
"hash": "40093e5e8bbc3b46073363ca789e50a8e2c3731f07767ab2db43519b0e25fc49", "hash": "bc8ba3381a501e20c113ac373bc5f17596918e2ed17f23c96d5d478cccea2808",
"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/v2023.5.6/slang-2023.5.6-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.7/slang-2023.5.7-win-arm64.zip",
"hash": "62760c04f6efc9f9dd6a93d81e2831ff88f08cdfdf832a5e876cbadde55b7f9d", "hash": "2dbc73735c68e5de324e00cfb9a72fb43cf8965898f756af77c4e33cc1af6d34",
"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"