slang: Update to version 0.27.10

This commit is contained in:
github-actions[bot] 2023-04-13 00:32:59 +00:00
parent 2182fe323a
commit 1005982c5c

View File

@ -1,28 +1,28 @@
{
"version": "0.27.9",
"version": "0.27.10",
"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.9/slang-0.27.9-win64.zip",
"hash": "359d80616dfeda278e19d30438b815da42fc8027db53d53deedd0e945f3c6eb7",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.10/slang-0.27.10-win64.zip",
"hash": "8d33e3e5592760250606334ad3f718d1ee34b108bfe1e1109cb3c6e3fa979a85",
"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.9/slang-0.27.9-win32.zip",
"hash": "b86c70454e15197c082d75afc4bfa76dd130a76bfb5f4af020c83bcee40aa33c",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.10/slang-0.27.10-win32.zip",
"hash": "105a44f128f47b277e402e64ca1ac2765e084ea986d1e3a24064bdfac3ff2d3a",
"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.9/slang-0.27.9-win-arm64.zip",
"hash": "ba432b6a0984171eb2b340b53f1f6a4bea76ee92ac7937467ceeb42b6c19197e",
"url": "https://github.com/shader-slang/slang/releases/download/v0.27.10/slang-0.27.10-win-arm64.zip",
"hash": "e4e489b88620b0ee60302c8a3bb2f569a6cf53780c8967ce95391210a2612c9d",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"