slang: Update to version 2024.1.14

This commit is contained in:
github-actions[bot] 2024-05-14 00:33:40 +00:00
parent 4cad41619f
commit 62ff036eb8

View File

@ -1,28 +1,28 @@
{ {
"version": "2024.1.13", "version": "2024.1.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.1.13/slang-2024.1.13-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.14/slang-2024.1.14-win64.zip",
"hash": "105cb8d8873cbe67ea55bdfe1dfc9720ef2147c547684cf8a4ca52bd7c94d10c", "hash": "2e99152e23f9e743f81d7edb5c89679889f9ebf5f1a3c3b008b71e89aa470ca3",
"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.13/slang-2024.1.13-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.14/slang-2024.1.14-win32.zip",
"hash": "0bcbc3799504e9a7b3d5542cac5dab3851eb7e956904baf84b019c57f34a3a40", "hash": "1a725cc1057c9c9e8ee1fc470cde25968f87696407a04195e50f6df9d26a2b07",
"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.13/slang-2024.1.13-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.14/slang-2024.1.14-win-arm64.zip",
"hash": "37d0e431d374885731faa77ada95f4cdc400f805f4270f8508418b107388f259", "hash": "17c09efd26b0d08b0299191d1e06a2f4fec59f2dd6c382e61e4d4b74b2b5da5a",
"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"