slang: Update to version 2023.3.0

This commit is contained in:
github-actions[bot] 2023-09-01 00:34:37 +00:00
parent ea6b17c442
commit daa5e54246

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.2.1", "version": "2023.3.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.2.1/slang-2023.2.1-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.0/slang-2023.3.0-win64.zip",
"hash": "75d310d2bc33e2db3c426925a4b4b36af8c82ab60555a7e4c267b293e012d796", "hash": "b74ee1dea7e8e6b25708084ac10497007a3f1c43f7cd8b1ac8d3b5e99302b9de",
"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.2.1/slang-2023.2.1-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.0/slang-2023.3.0-win32.zip",
"hash": "fd7d2a8c90f7d4191a9f268dc28f83988afb4c2cdd97c652563e94cb012ed254", "hash": "c8f07f7544ccc2b9e1ed2faf8754124c8fef3547923000c021ffb728451c8943",
"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.2.1/slang-2023.2.1-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.0/slang-2023.3.0-win-arm64.zip",
"hash": "ca02f492cd6de6d3ee24668ad8b61f7ecdb2a574333b55fb8e709478a426965e", "hash": "42964e6e27c6f47bee54c39e623b763dfd9403557099283885af6dba6fb053fc",
"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"