slang: Update to version 0.27.15

This commit is contained in:
github-actions[bot] 2023-04-27 12:30:44 +00:00
parent 21d5fd1b51
commit 19636b99bf

View File

@ -1,28 +1,28 @@
{ {
"version": "0.27.14", "version": "0.27.15",
"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/v0.27.14/slang-0.27.14-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.15/slang-0.27.15-win64.zip",
"hash": "060aa64f14ab935c847a3449eda9997286f142e3a81f943d4da328f31f943563", "hash": "3fe2428dbf6e91acd89582bc380dd8fc1a5c5676a53524f91450a03a4832681b",
"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/v0.27.14/slang-0.27.14-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.15/slang-0.27.15-win32.zip",
"hash": "50b178ac808ee6d3840faf4690b10fbca64048c51a05a479dfdf691bd2146f71", "hash": "6e40ea6c51e6840318c10e5a835e89d9530f5ea9f9d9a7b6d3879e9bbb847758",
"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/v0.27.14/slang-0.27.14-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.15/slang-0.27.15-win-arm64.zip",
"hash": "f133484e6cd86be9df1660cc694158c472f7644e5790811f4dfac17897a8ff35", "hash": "53eb73a6314d879e3e3dc9f6463380fc03bf82835e77af539bfa1127a469ec22",
"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"