slang: Update to version 2023.5.3

This commit is contained in:
github-actions[bot] 2023-12-14 16:25:31 +00:00
parent 8d6c1358b9
commit 335393fdc9

View File

@ -1,28 +1,28 @@
{
"version": "2023.5.2",
"version": "2023.5.3",
"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.5.2/slang-2023.5.2-win64.zip",
"hash": "971d62d96c691c5096366992137ba117d00d7cf962c7a4ba62e98c942370789c",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.5.3/slang-2023.5.3-win64.zip",
"hash": "e14da62e3182eb56a9fa0ccf4ee21ab273b2cff467665094f240d430766b9f39",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.5.2/slang-2023.5.2-win32.zip",
"hash": "bde234ab227129048a96e2e2dec68718487a01f71e80f10f5e77b9b450c7f828",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.5.3/slang-2023.5.3-win32.zip",
"hash": "4854e2df228d7a99d70a76d8b3d2a2829b30c89ef7605b46dcad01d9e38d00c5",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.5.2/slang-2023.5.2-win-arm64.zip",
"hash": "8d363cc879766120a325ca5b892845fd3c10b3b085df645abaa3f1968c303a01",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.5.3/slang-2023.5.3-win-arm64.zip",
"hash": "e00a3d3c54f99f02c702419859a0f5aa4df70f069e5abc21f5670e6e95042bc8",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"