slang: Update to version 0.27.17

This commit is contained in:
github-actions[bot] 2023-05-03 04:27:13 +00:00
parent 7c4ed241e5
commit 9f7069dbb6

View File

@ -1,28 +1,28 @@
{
"version": "0.27.16",
"version": "0.27.17",
"description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.16/slang-0.27.16-win64.zip",
"hash": "533267792edc62f0679fdb5b1e48daeda05ff0c1399443ecde7ecaabb8f8c29b",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.17/slang-0.27.17-win64.zip",
"hash": "84685ca79d47d890db887aa8dcadeaf3317a498d5fc3725f788c269785777b2c",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.16/slang-0.27.16-win32.zip",
"hash": "31c632fbee0885f8b7d2d084a7a867df0ec4f35321494106900b6c44158e8fe0",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.17/slang-0.27.17-win32.zip",
"hash": "f8cf8ede1185dd076247e751b31f3d35b4787ff709a7ab895e5ff9f79ba882e5",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.16/slang-0.27.16-win-arm64.zip",
"hash": "933bc9aae1bb7adf34e631e2afa0d604e799e77bca03606f241f555088c522fd",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.17/slang-0.27.17-win-arm64.zip",
"hash": "c4f82fb22713e45b4e3c0594a211264fd090b4ac287bbf7a5ae32514cad0b8a3",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"