slang: Update to version 2023.3.8

This commit is contained in:
github-actions[bot] 2023-09-14 00:32:58 +00:00
parent f8bd683ce8
commit 21eadf6cd8

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.3.5", "version": "2023.3.8",
"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.5/slang-2023.3.5-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.8/slang-2023.3.8-win64.zip",
"hash": "c0b639aa23cf07c8a415bc291b5e4af13cd24d390539cde5a1171cc4b41d5ec2", "hash": "a2aea606f9538dfe4b501822d1363457c075619052de2383e15474b07ab187f0",
"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.5/slang-2023.3.5-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.8/slang-2023.3.8-win32.zip",
"hash": "d2ee3866642236d835a90ba0bb2a14b3428124c5b8e7758317501d9779ca1d3d", "hash": "e8388912d5ede55f04bb140d5d7fca172cee1eb845ed85e90da445f6997a2461",
"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.5/slang-2023.3.5-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.8/slang-2023.3.8-win-arm64.zip",
"hash": "64a20fcb16da990f31ef395678dcc82f268baef6a4a2e30997927a494b990fda", "hash": "dd42fb55a02ffb58ea289d27c61ab857211d9b25e4b6423504760995ff3b3902",
"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"