slang: Update to version 2023.5.0

This commit is contained in:
github-actions[bot] 2023-12-07 04:26:40 +00:00
parent 21b7b33de0
commit 319b82cf75

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.4.10", "version": "2023.5.0",
"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.4.10/slang-2023.4.10-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.0/slang-2023.5.0-win64.zip",
"hash": "80a321ba4081a1ed4528a00f8ab25db86f2bd5274bcbcfd5940109824cbe2b33", "hash": "46b605496fa52f39d955f66a83c897bcb7d1ce46d6a7f06e5b6672115320fdd4",
"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.4.10/slang-2023.4.10-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.0/slang-2023.5.0-win32.zip",
"hash": "fce8e214dcdbbac6e0fc9d590a1949058c03e113a49e920aea52156c6805a2df", "hash": "792542dcf023a851a1bfe1531459d44b077e633c0039a97a19a70b45c283e54f",
"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.4.10/slang-2023.4.10-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.0/slang-2023.5.0-win-arm64.zip",
"hash": "c18ab49ff344726e2d607619c7778d752f2c3822d1067ca3c9a88c25d54716ef", "hash": "3c9bc183cf897203c55c28609760bf64382d4e5d231d2ced741cd86bca4f1047",
"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"