slang: Update to version 2024.1.3

This commit is contained in:
github-actions[bot] 2024-03-19 04:25:53 +00:00
parent f545a72db4
commit 3e4a00168d

View File

@ -1,28 +1,28 @@
{ {
"version": "2024.1.2", "version": "2024.1.3",
"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.1.2/slang-2024.1.2-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.3/slang-2024.1.3-win64.zip",
"hash": "50da930fc6d7790152bb59c6b7b305b3531afeb693d7059f51c68552575ca112", "hash": "62dac6c14f924a8dcdf389a4f0b314a8ff02e721804348db974d09546b921b46",
"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.1.2/slang-2024.1.2-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.3/slang-2024.1.3-win32.zip",
"hash": "a8ffe15cdf2a8ad2a42ca0c789136197aa41d08c2b603de40739a88a3c5a20db", "hash": "c5ef4dc35404d50076e92d44d9991d534fb3b2461aef714e30ea2455402d5c13",
"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.1.2/slang-2024.1.2-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.3/slang-2024.1.3-win-arm64.zip",
"hash": "594554e1620c161a7779e517cb0fe6096363988e9853a103145e567acf7c6f0b", "hash": "3cc2467ee9cac715d9cdf29a08852d562159d6582c1293ed6d1a459a25ea4073",
"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"