slang: Update to version 0.27.5

This commit is contained in:
github-actions[bot] 2023-04-03 04:26:30 +00:00
parent 9ebc47125a
commit f5fbf9b311

View File

@ -1,28 +1,28 @@
{
"version": "0.27.4",
"version": "0.27.5",
"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/v0.27.4/slang-0.27.4-win64.zip",
"hash": "cdf97c9c70ef6de4ecb1dff80f70dad9c05088ae5324e80d17f04870340af3dd",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.5/slang-0.27.5-win64.zip",
"hash": "bf79756da15aa174006ff621994ac25ad81c95ae5e68253ed6e41b12277ae182",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.4/slang-0.27.4-win32.zip",
"hash": "1ed88c5ce45716fa5efb7a2a3ff5cc5d487af39105eb2ddc4440c2b8fbe0bc99",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.5/slang-0.27.5-win32.zip",
"hash": "67846cad4452e36974324938332f30ab55586fc549bc3ca309d4504601d33227",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.4/slang-0.27.4-win-arm64.zip",
"hash": "d8911e8c7455c16a07182d33499061cbf998e741b810f5aaa2867bb12b4073cc",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.5/slang-0.27.5-win-arm64.zip",
"hash": "1b49bbde00dfafd1ebc126cec7f41b2b2655cc908a5005cc608c193f8d0a0f47",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"