slang: Update to version 2023.3.10

This commit is contained in:
github-actions[bot] 2023-09-21 16:27:48 +00:00
parent 16b4606fc8
commit 9c56ff0940

View File

@ -1,28 +1,28 @@
{
"version": "2023.3.9",
"version": "2023.3.10",
"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.3.9/slang-2023.3.9-win64.zip",
"hash": "4affafb0a1d95394505a4431a0933f71e7644949783af109506a860e0656fd4a",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.10/slang-2023.3.10-win64.zip",
"hash": "644bfda7e28081e198f070ad6b022fc0c3c7ef365739403017870ad9fe8361cd",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.9/slang-2023.3.9-win32.zip",
"hash": "495cfa705fadd3f2704c3c918335e28cee2a536d1a4794b9d70fb180419e831a",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.10/slang-2023.3.10-win32.zip",
"hash": "c6f52e32a2e4b5ede68bd943bebffc44f2933d9d1bbb3a95f41f638de6a99451",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.9/slang-2023.3.9-win-arm64.zip",
"hash": "e8f74632c151a32dc6626911937ca9448d88307f83bf5be79edfb50f7df875ba",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.10/slang-2023.3.10-win-arm64.zip",
"hash": "78e00a7607da4ee6418cad385a498ce840674a446c2febeb91189cbfd22753a5",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"