slang: Update to version 2024.1.12

This commit is contained in:
github-actions[bot] 2024-05-04 08:26:12 +00:00
parent 79a592adc4
commit 3547f6bf49

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.11",
"version": "2024.1.12",
"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.11/slang-2024.1.11-win64.zip",
"hash": "d851ebea1cda75027015225acd71b0458b906c09665a086d6484a36ae37c76fe",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.12/slang-2024.1.12-win64.zip",
"hash": "370a43b5ee2383d389cc103fed975d88150ec0cd8de56d33a2fdec3c7a9b453b",
"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.11/slang-2024.1.11-win32.zip",
"hash": "b436ad0f07cda9d933384316b219e645c539e832dd8272aecf90886c6de29a32",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.12/slang-2024.1.12-win32.zip",
"hash": "26abb727be43ccdd8b2c92338ac69b7e7b116af4e7717c2c2ab9df8be1ecb49a",
"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.11/slang-2024.1.11-win-arm64.zip",
"hash": "76a690b75d37c5a804c672e45c4040bb26da009b6f864801452fbeca4e55d701",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.12/slang-2024.1.12-win-arm64.zip",
"hash": "6ef907a8d4341c0965a4141e444db71b983fbe0a40f5a13d05f461757897586b",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"