slang: Update to version 0.27.6

This commit is contained in:
github-actions[bot] 2023-04-04 00:33:15 +00:00
parent a276d74a05
commit 49f88410da

View File

@ -1,28 +1,28 @@
{
"version": "0.27.5",
"version": "0.27.6",
"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.5/slang-0.27.5-win64.zip",
"hash": "bf79756da15aa174006ff621994ac25ad81c95ae5e68253ed6e41b12277ae182",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.6/slang-0.27.6-win64.zip",
"hash": "30d4abae35743fcc0f0cdf364d65f205f59bfe4222de285302ca0cd1f040fa03",
"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.5/slang-0.27.5-win32.zip",
"hash": "67846cad4452e36974324938332f30ab55586fc549bc3ca309d4504601d33227",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.6/slang-0.27.6-win32.zip",
"hash": "b8b625ada5d0198842830136c2edfd5ac745e6a0d8f0b7af7a9c266b9d623415",
"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.5/slang-0.27.5-win-arm64.zip",
"hash": "1b49bbde00dfafd1ebc126cec7f41b2b2655cc908a5005cc608c193f8d0a0f47",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.6/slang-0.27.6-win-arm64.zip",
"hash": "bd4fc72a3d29c8585cf2c1d76a8b5b14d8c9d1e45e32bc3aab32241dab654b4b",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"