slang: Update to version 0.27.8

This commit is contained in:
github-actions[bot] 2023-04-11 04:26:19 +00:00
parent eb6f172be4
commit 568184eabf

View File

@ -1,28 +1,28 @@
{ {
"version": "0.27.7", "version": "0.27.8",
"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.7/slang-0.27.7-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.8/slang-0.27.8-win64.zip",
"hash": "833ed4c9549535ad27cd3f5c0f6fc1dc5940e3d244da04389934532b2e8639a2", "hash": "692bcc9a885ef98b86b69baf7a3a7e86ebfc996bfe407ff13bbe80b66b57b567",
"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.7/slang-0.27.7-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.8/slang-0.27.8-win32.zip",
"hash": "8d0460b679710dad578b72f294a49e29797d2214d170d6a763c18b5fec87d300", "hash": "43f1f9fde61855338e9e73f257dfa3072462e0a1607e16dadf668952dc838304",
"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.7/slang-0.27.7-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.8/slang-0.27.8-win-arm64.zip",
"hash": "aac86ed873e8e1627faf159b9fd8586fa555c146fcafd7f310e119173838e3a8", "hash": "ea52041f681766075e2069c62e1364b9133ed720fa71c4075b617046810a61fd",
"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"