slang: Update to version 2023.5.5

This commit is contained in:
github-actions[bot] 2024-01-11 20:25:19 +00:00
parent 4e7a37eb5b
commit 014b63fb2d

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.5.4", "version": "2023.5.5",
"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.4/slang-2023.5.4-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.5/slang-2023.5.5-win64.zip",
"hash": "48201c552c32787212d4afd436bc452dc7d19ecef958a41c5036e9fcb9410a9c", "hash": "0110f2affbe84aed1bcdca1487ce7d4862e1103bff64158b45c7cf0168a5a050",
"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.4/slang-2023.5.4-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.5/slang-2023.5.5-win32.zip",
"hash": "76f7613b8535c21649c5eeed87055522355a30f701b2f186c2a8506a7a29a2fc", "hash": "b70bf71c893d24f7e2031f46062c03a4a97c2ae50705c8dfa59e921d4f961da7",
"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.4/slang-2023.5.4-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.5.5/slang-2023.5.5-win-arm64.zip",
"hash": "0cc2ccb2946da71e84215c82b27253182d3fd46cac6b30eb0019e897ee3272a8", "hash": "00ea1aae2daeb6b68f8ab8c06c78b9d6c9fd785d4b7079cd8a9132f5ee723dff",
"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"