slang: Update to version 2023.3.9

This commit is contained in:
github-actions[bot] 2023-09-18 20:25:22 +00:00
parent ca6ced6528
commit 36702f5a93

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.3.8", "version": "2023.3.9",
"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.8/slang-2023.3.8-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.9/slang-2023.3.9-win64.zip",
"hash": "a2aea606f9538dfe4b501822d1363457c075619052de2383e15474b07ab187f0", "hash": "4affafb0a1d95394505a4431a0933f71e7644949783af109506a860e0656fd4a",
"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.8/slang-2023.3.8-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.9/slang-2023.3.9-win32.zip",
"hash": "e8388912d5ede55f04bb140d5d7fca172cee1eb845ed85e90da445f6997a2461", "hash": "495cfa705fadd3f2704c3c918335e28cee2a536d1a4794b9d70fb180419e831a",
"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.8/slang-2023.3.8-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.9/slang-2023.3.9-win-arm64.zip",
"hash": "dd42fb55a02ffb58ea289d27c61ab857211d9b25e4b6423504760995ff3b3902", "hash": "e8f74632c151a32dc6626911937ca9448d88307f83bf5be79edfb50f7df875ba",
"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"