slang: Update to version 2023.5.2

This commit is contained in:
github-actions[bot] 2023-12-13 04:26:32 +00:00
parent d1235edfeb
commit 11343cd8cc

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.5.1", "version": "2023.5.2",
"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.5.1/slang-2023.5.1-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.2/slang-2023.5.2-win64.zip",
"hash": "b59264302aafff71cb897eb7995cc862095aea2295324e0a859b3eea5c26ab66", "hash": "971d62d96c691c5096366992137ba117d00d7cf962c7a4ba62e98c942370789c",
"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.5.1/slang-2023.5.1-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.2/slang-2023.5.2-win32.zip",
"hash": "6c8052f7bc672a854157eb86d2057a8f338227570aa5ede1d04517a734490ad3", "hash": "bde234ab227129048a96e2e2dec68718487a01f71e80f10f5e77b9b450c7f828",
"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.5.1/slang-2023.5.1-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.2/slang-2023.5.2-win-arm64.zip",
"hash": "73276d8b946c38ec53a006db677fbbd0916de2f9fa21a7c0e4f890d071ec7c43", "hash": "8d363cc879766120a325ca5b892845fd3c10b3b085df645abaa3f1968c303a01",
"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"