slang: Update to version 2023.2.1

This commit is contained in:
github-actions[bot] 2023-08-19 00:32:18 +00:00
parent 1c2307b0bd
commit bd9dd53541

View File

@ -1,28 +1,28 @@
{
"version": "2023.2.0",
"version": "2023.2.1",
"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.2.0/slang-2023.2.0-win64.zip",
"hash": "1030bbd6885c7a285a87b38872fca8b857821a91036478f1ecc044cbfeb2b638",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.2.1/slang-2023.2.1-win64.zip",
"hash": "75d310d2bc33e2db3c426925a4b4b36af8c82ab60555a7e4c267b293e012d796",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win32.zip",
"hash": "3034396d5ceabaca3b3ec7acb5eecc7bd8620bd903a95e950326e8a3b8665d09",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.2.1/slang-2023.2.1-win32.zip",
"hash": "fd7d2a8c90f7d4191a9f268dc28f83988afb4c2cdd97c652563e94cb012ed254",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win-arm64.zip",
"hash": "53c451d660883f8d6bf65c13ce4445244939097bb4ac4f7956bb2bab02d4e578",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.2.1/slang-2023.2.1-win-arm64.zip",
"hash": "ca02f492cd6de6d3ee24668ad8b61f7ecdb2a574333b55fb8e709478a426965e",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"