slang: Update to version 2024.1.13

This commit is contained in:
github-actions[bot] 2024-05-10 12:34:50 +00:00
parent 554e0c7e00
commit 0352716f13

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.12",
"version": "2024.1.13",
"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.12/slang-2024.1.12-win64.zip",
"hash": "370a43b5ee2383d389cc103fed975d88150ec0cd8de56d33a2fdec3c7a9b453b",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.13/slang-2024.1.13-win64.zip",
"hash": "105cb8d8873cbe67ea55bdfe1dfc9720ef2147c547684cf8a4ca52bd7c94d10c",
"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.12/slang-2024.1.12-win32.zip",
"hash": "26abb727be43ccdd8b2c92338ac69b7e7b116af4e7717c2c2ab9df8be1ecb49a",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.13/slang-2024.1.13-win32.zip",
"hash": "0bcbc3799504e9a7b3d5542cac5dab3851eb7e956904baf84b019c57f34a3a40",
"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.12/slang-2024.1.12-win-arm64.zip",
"hash": "6ef907a8d4341c0965a4141e444db71b983fbe0a40f5a13d05f461757897586b",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.13/slang-2024.1.13-win-arm64.zip",
"hash": "37d0e431d374885731faa77ada95f4cdc400f805f4270f8508418b107388f259",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"