slang: Update to version 2024.1.2

This commit is contained in:
github-actions[bot] 2024-03-15 00:33:39 +00:00
parent d2bdd673fa
commit b6edd91747

View File

@ -1,28 +1,28 @@
{
"version": "2024.1.1",
"version": "2024.1.2",
"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.1/slang-2024.1.1-win64.zip",
"hash": "7a8a6f68d68608faf5cd91c85dc5802af73f09fb71a585ec0a07d11daa4d9a16",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.2/slang-2024.1.2-win64.zip",
"hash": "50da930fc6d7790152bb59c6b7b305b3531afeb693d7059f51c68552575ca112",
"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.1/slang-2024.1.1-win32.zip",
"hash": "5d899a7520f227b41a725f46f63f09379561f2ef518049298848193b93f52e47",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.2/slang-2024.1.2-win32.zip",
"hash": "a8ffe15cdf2a8ad2a42ca0c789136197aa41d08c2b603de40739a88a3c5a20db",
"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.1/slang-2024.1.1-win-arm64.zip",
"hash": "97ee206daab966b6bdd3f928babc6798d9186a4e5580ddb329954250f93dc80a",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.2/slang-2024.1.2-win-arm64.zip",
"hash": "594554e1620c161a7779e517cb0fe6096363988e9853a103145e567acf7c6f0b",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"