slang: Update to version 2023.3.17

This commit is contained in:
github-actions[bot] 2023-10-03 04:26:00 +00:00
parent f53483c2bb
commit e8bb49da2f

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.3.16", "version": "2023.3.17",
"description": "A new language and compiler for shader development.", "description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/", "homepage": "https://shader-slang.com/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.16/slang-2023.3.16-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.17/slang-2023.3.17-win64.zip",
"hash": "38b59196c6246aa7d2b7667555228719ce194ac3d359875e864d92547d827d7a", "hash": "8fb66dac43a9fa6daa99c2992c3e5c32a38c9ebcb5439175cc146460356d94ac",
"bin": [ "bin": [
"bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe" "bin/windows-x64/release/slangd.exe"
] ]
}, },
"32bit": { "32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.16/slang-2023.3.16-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.17/slang-2023.3.17-win32.zip",
"hash": "d78579a73d30c8a82070e4f46b6afb7c751b860fddd997d27ba1fde47ddf6d5c", "hash": "e0b93d85e7318a5eed277d109a0505e475aa2b657e5ac587f7b2084fa1c6d393",
"bin": [ "bin": [
"bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe" "bin/windows-x86/release/slangd.exe"
] ]
}, },
"arm64": { "arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.3.16/slang-2023.3.16-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.17/slang-2023.3.17-win-arm64.zip",
"hash": "ba148fb4a211e4d0d8cda79cf82cd4879dd1a3c6e7b5e97129b09bbe1a3e0819", "hash": "6db80efb6145c6158a74115c12e7e80610134fa4aba0fd2f86e0a16207cef532",
"bin": [ "bin": [
"bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe" "bin/windows-aarch64/release/slangd.exe"