slang: Update to version 0.27.11

This commit is contained in:
github-actions[bot] 2023-04-13 12:33:15 +00:00
parent 39d4953370
commit 81d22f9cc9

View File

@ -1,28 +1,28 @@
{ {
"version": "0.27.10", "version": "0.27.11",
"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.10/slang-0.27.10-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.11/slang-0.27.11-win64.zip",
"hash": "8d33e3e5592760250606334ad3f718d1ee34b108bfe1e1109cb3c6e3fa979a85", "hash": "d870e68975659a2bfbfc5e33998f6b8c5e0d889af41714b2f1f9de42463ea46d",
"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.10/slang-0.27.10-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.11/slang-0.27.11-win32.zip",
"hash": "105a44f128f47b277e402e64ca1ac2765e084ea986d1e3a24064bdfac3ff2d3a", "hash": "b466a67dd7ed5e346a407ddc4e013f25560e8001373e0a8f09c52fe5c35a5f6b",
"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.10/slang-0.27.10-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.27.11/slang-0.27.11-win-arm64.zip",
"hash": "e4e489b88620b0ee60302c8a3bb2f569a6cf53780c8967ce95391210a2612c9d", "hash": "4117cf16c4d5f125bdb1088358546a115411d72bea6743fb7b2bef429f1250d7",
"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"