slang: Update to version 0.27.7

This commit is contained in:
github-actions[bot] 2023-04-06 00:33:59 +00:00
parent f54cabb489
commit 24efb7495e

View File

@ -1,28 +1,28 @@
{ {
"version": "0.27.6", "version": "0.27.7",
"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.6/slang-0.27.6-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.7/slang-0.27.7-win64.zip",
"hash": "30d4abae35743fcc0f0cdf364d65f205f59bfe4222de285302ca0cd1f040fa03", "hash": "833ed4c9549535ad27cd3f5c0f6fc1dc5940e3d244da04389934532b2e8639a2",
"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.6/slang-0.27.6-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.7/slang-0.27.7-win32.zip",
"hash": "b8b625ada5d0198842830136c2edfd5ac745e6a0d8f0b7af7a9c266b9d623415", "hash": "8d0460b679710dad578b72f294a49e29797d2214d170d6a763c18b5fec87d300",
"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.6/slang-0.27.6-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.7/slang-0.27.7-win-arm64.zip",
"hash": "bd4fc72a3d29c8585cf2c1d76a8b5b14d8c9d1e45e32bc3aab32241dab654b4b", "hash": "aac86ed873e8e1627faf159b9fd8586fa555c146fcafd7f310e119173838e3a8",
"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"