slang: Update to version 0.27.18

This commit is contained in:
github-actions[bot] 2023-05-05 00:33:15 +00:00
parent dc0998d3b0
commit 9b9148e6ea

View File

@ -1,28 +1,28 @@
{
"version": "0.27.17",
"version": "0.27.18",
"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.17/slang-0.27.17-win64.zip",
"hash": "84685ca79d47d890db887aa8dcadeaf3317a498d5fc3725f788c269785777b2c",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.18/slang-0.27.18-win64.zip",
"hash": "82f8e476e39271ff2c374578b715d48c4a4ba6e934ebca8cbc3ab52d0c499747",
"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.17/slang-0.27.17-win32.zip",
"hash": "f8cf8ede1185dd076247e751b31f3d35b4787ff709a7ab895e5ff9f79ba882e5",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.18/slang-0.27.18-win32.zip",
"hash": "31244fe4df038e169f3b398ac69cda2a7be3f40318335d0616b70a0c8e5d69bf",
"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.17/slang-0.27.17-win-arm64.zip",
"hash": "c4f82fb22713e45b4e3c0594a211264fd090b4ac287bbf7a5ae32514cad0b8a3",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.18/slang-0.27.18-win-arm64.zip",
"hash": "21f5780fa36815ce400245d5ab59e261776a3ec1e8c00735b501fca61bbe540b",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"