slang: Update to version 2023.3.11

This commit is contained in:
github-actions[bot] 2023-09-27 04:26:33 +00:00
parent 60f6c09e88
commit 10b1887aa3

View File

@ -1,28 +1,28 @@
{
"version": "2023.3.10",
"version": "2023.3.11",
"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.10/slang-2023.3.10-win64.zip",
"hash": "644bfda7e28081e198f070ad6b022fc0c3c7ef365739403017870ad9fe8361cd",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.11/slang-2023.3.11-win64.zip",
"hash": "b98dc36a92fe90dff313b2706ff9746b1fe24ebfe62e62cc966a88c56b4872aa",
"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.10/slang-2023.3.10-win32.zip",
"hash": "c6f52e32a2e4b5ede68bd943bebffc44f2933d9d1bbb3a95f41f638de6a99451",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.11/slang-2023.3.11-win32.zip",
"hash": "0e35deed1b47affe400a6a3b8a3d3424ab154039d686446ee4c517dc38611837",
"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.10/slang-2023.3.10-win-arm64.zip",
"hash": "78e00a7607da4ee6418cad385a498ce840674a446c2febeb91189cbfd22753a5",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.11/slang-2023.3.11-win-arm64.zip",
"hash": "45796517e97a1affcf6d018a51bb4438d2f81f5a483c4f9c69523e0c2690fe64",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"