slang: Update to version 2023.3.19

This commit is contained in:
github-actions[bot] 2023-10-10 04:26:09 +00:00
parent 4e3fead5c1
commit 097aee25e0

View File

@ -1,28 +1,28 @@
{
"version": "2023.3.18",
"version": "2023.3.19",
"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.18/slang-2023.3.18-win64.zip",
"hash": "217d3546f581fd513f145cd02277d38acccd86f62fe5684d2ce19d55bada394e",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.19/slang-2023.3.19-win64.zip",
"hash": "5ec51a9cfc2e0f7e0b976147c787abf7a84cd3fdcdb31d3ea2e5aa1f8a5e8e22",
"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.18/slang-2023.3.18-win32.zip",
"hash": "3928be0fe35af582534db2fa443a0d999c00b1fae1851edfdd1b6896d3514650",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.19/slang-2023.3.19-win32.zip",
"hash": "1d2d8f748be425efcb4a40530932baab0d51ec2ff5c8561155be47b0d8b5f302",
"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.18/slang-2023.3.18-win-arm64.zip",
"hash": "66eeee51ed7c9ae05f695ec68d8d2ccb415b59dafaf8cbe9aaa1e82cd8409485",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.19/slang-2023.3.19-win-arm64.zip",
"hash": "530396992a8118fde5f44ca9f40d039eb5d8d417c0596974b347ebc60da309d9",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"