slang: Update to version 2023.0.5

This commit is contained in:
github-actions[bot] 2023-07-11 20:26:07 +00:00
parent db50708095
commit 386563fdae

View File

@ -1,28 +1,28 @@
{
"version": "2023.0.4",
"version": "2023.0.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/v2023.0.4/slang-2023.0.4-win64.zip",
"hash": "c2d43077abb2a1a213ff6d893c56c010958e73cb5a6f342336725017d35df149",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.0.5/slang-2023.0.5-win64.zip",
"hash": "08c734230a6f757d9ad826ca3ed23de86bf8ad528c2abff6bf274fa4fbc4f3b8",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.0.4/slang-2023.0.4-win32.zip",
"hash": "cd21e54337650a0e0e9b4c4a4d1746277255cc37aee9e21657d28a8b2d442dba",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.0.5/slang-2023.0.5-win32.zip",
"hash": "df9107fb504459bfd3c0bb219a64c90da042be38f54e346bc8d6e59c0b59579c",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.0.4/slang-2023.0.4-win-arm64.zip",
"hash": "c35a99d821588b77c694885af345b8bf93b997dc5000f589c9e9f392c155bc5e",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.0.5/slang-2023.0.5-win-arm64.zip",
"hash": "ce52551925c61273483375563abf9538181dddc46094f36dcdb188792fa47d5a",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"