slang: Update to version 2023.0.4

This commit is contained in:
github-actions[bot] 2023-07-11 00:34:32 +00:00
parent d5ebb92088
commit 45323e97a1

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.0.3", "version": "2023.0.4",
"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.0.3/slang-2023.0.3-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.4/slang-2023.0.4-win64.zip",
"hash": "f98a2145817ccda375d9aea003a508081a4274154577a6e01de425056ec4b608", "hash": "c2d43077abb2a1a213ff6d893c56c010958e73cb5a6f342336725017d35df149",
"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.0.3/slang-2023.0.3-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.4/slang-2023.0.4-win32.zip",
"hash": "0bcedbfcd3c7e73e9ebd030e5ae17f5b3a0b8ab001ce5980fd487517551da09e", "hash": "cd21e54337650a0e0e9b4c4a4d1746277255cc37aee9e21657d28a8b2d442dba",
"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.0.3/slang-2023.0.3-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.4/slang-2023.0.4-win-arm64.zip",
"hash": "9651520fb38fb91bf262a64bbdd74d97db293fef7bc6dcd4049315109bb63e4a", "hash": "c35a99d821588b77c694885af345b8bf93b997dc5000f589c9e9f392c155bc5e",
"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"