slang: Update to version 2024.1.23

This commit is contained in:
github-actions[bot] 2024-06-27 16:29:12 +00:00
parent a6846ed54d
commit 75dd889641

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.22",
"version": "2024.1.23",
"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.22/slang-2024.1.22-win64.zip",
"hash": "a5fac1c090c09872711d59176dad86622b895b694302fbbbbda589e8af5ca98a",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.23/slang-2024.1.23-win64.zip",
"hash": "0067a65ddcc21b396c17098a5d6eec0c420e5f9960fe22db931e018dd4c9ce09",
"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.22/slang-2024.1.22-win32.zip",
"hash": "5b1fc8dc79075751694154b15ff5daee86b03146a894997d473f74386016587c",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.23/slang-2024.1.23-win32.zip",
"hash": "b4d70a6b83ca7e6a47c94c6b7353efce1e41bf6f1319bf62a3e7ba95da1e004b",
"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.22/slang-2024.1.22-win-arm64.zip",
"hash": "55aaf61da45193834345e19d52b9d86af3333876f74054d73929768f47fa75b5",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.23/slang-2024.1.23-win-arm64.zip",
"hash": "9eb56348be3f7c86d2c09d7069d5e14d3d27eb5146c7b8e8a1b0b6ac52900e99",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"