slang: Update to version 2024.0.14

This commit is contained in:
github-actions[bot] 2024-03-02 00:32:56 +00:00
parent 32d1d3d0eb
commit af9d1367fb

View File

@ -1,28 +1,28 @@
{ {
"version": "2024.0.12", "version": "2024.0.14",
"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/v2024.0.12/slang-2024.0.12-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.14/slang-2024.0.14-win64.zip",
"hash": "d0b7fce1db1df360d4aa20326a9bcd61745c32594ccc307d79a8386195159ae4", "hash": "01d16de0a1c968e08ebe46a9ab107f2e4375ccb66c0d8bc3e8619bebdacd01d8",
"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/v2024.0.12/slang-2024.0.12-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.14/slang-2024.0.14-win32.zip",
"hash": "c116aa52ec8c6ae30d27dfb9e6328ea203fa9fe14615e92db7bc87e37cf9e2c1", "hash": "5d872c426da2760a740217104e52e55a3d656f1986d30dbee21fdee2bf44da03",
"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/v2024.0.12/slang-2024.0.12-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.0.14/slang-2024.0.14-win-arm64.zip",
"hash": "1e27544a467adb64493bb94a64a2151cd61107526ec31ad8d30a2f8471b3bae9", "hash": "43e2cbb65081d118e62c5572baf97ba38b1906f067850e1609933d913f5213a6",
"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"