slang: Update to version 2024.1.6

This commit is contained in:
github-actions[bot] 2024-03-28 01:14:44 +00:00
parent 1b82ae039a
commit cc8b7918d3

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.5",
"version": "2024.1.6",
"description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.5/slang-2024.1.5-win64.zip",
"hash": "1a96156abe3c5fa87d018a880b47ce8c4684ba1fe08a4c01dbbd75b39fb53b05",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win64.zip",
"hash": "093a9d53bb5b44bf23446701f6baee47e08b6fe036e1a87a2155a8824aead786",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.5/slang-2024.1.5-win32.zip",
"hash": "986ed9eae962400fe8032845d39a72148002d55ba28f2dac143229d7fdd8e0df",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win32.zip",
"hash": "1f6aa45a26bf829e104e75a038423c5b9cad08a4d56fced4c33186145299dcc4",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.5/slang-2024.1.5-win-arm64.zip",
"hash": "e295cc282111d30e0a6fe99e3c506aca815fe679c21d6f8d3322414bdad964b8",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win-arm64.zip",
"hash": "3e6c995d8e0fd964afc4e73dcdfaad35a5351dcdcf0b4243a7a7dcc2d62cec7f",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"