slang: Update to version 2024.0.0

This commit is contained in:
github-actions[bot] 2024-01-27 04:24:42 +00:00
parent 0a5487e7cd
commit e7081377f7

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.5.8", "version": "2024.0.0",
"description": "A new language and compiler for shader development.", "description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/", "homepage": "https://shader-slang.com/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.5.8/slang-2023.5.8-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.0/slang-2024.0.0-win64.zip",
"hash": "0e0472a8bebd52770a2700b46c78c20d361c5b99152c3d6a64b458b7906a6836", "hash": "af2a69d3dea21531d54d43eb193e63f1d55e40e8c664654bc5a8c074e9785853",
"bin": [ "bin": [
"bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe" "bin/windows-x64/release/slangd.exe"
] ]
}, },
"32bit": { "32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.5.8/slang-2023.5.8-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.0/slang-2024.0.0-win32.zip",
"hash": "b6d7b30df5e9989c4c6b06b392c7dca97855fa27a4231b165d042ccebc3c1e93", "hash": "4a03280fd9af5a4488353c28b0aacc1162bd7fe18b945e7a5d32eb13ab3e3544",
"bin": [ "bin": [
"bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe" "bin/windows-x86/release/slangd.exe"
] ]
}, },
"arm64": { "arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.5.8/slang-2023.5.8-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.0/slang-2024.0.0-win-arm64.zip",
"hash": "d92c4c1ef86aece31e6ad39c95f09c5fa5cd186445ddf51146b319f85f8f19b0", "hash": "ca7eef646d7752d0a4174f02416f82b58dc7cf925f0e1ded33f163f4b708cc24",
"bin": [ "bin": [
"bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe" "bin/windows-aarch64/release/slangd.exe"