slang: Update to version 0.28.2

This commit is contained in:
github-actions[bot] 2023-06-03 00:34:54 +00:00
parent ace3f70e56
commit b1576d8ee9

View File

@ -1,28 +1,28 @@
{ {
"version": "0.28.1", "version": "0.28.2",
"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.28.1/slang-0.28.1-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.28.2/slang-0.28.2-win64.zip",
"hash": "f80838dee0e9c9bcfcca13a853094ea00d2e38b8e8fe7c6842336f9b1debcc0c", "hash": "d0116666be29e81cae514550ca16a7df3a14fb24481ba67d059a0e64124a59d4",
"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.28.1/slang-0.28.1-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.28.2/slang-0.28.2-win32.zip",
"hash": "349ff136c530c8bec338f8c3a8f09b5cf3aeb6e2edce347e5d43b11f40ebe9eb", "hash": "ec46329fa48ae86db07e32cbe5fc7eb705cc73ac528b69af5bedf7d7818b6ed3",
"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.28.1/slang-0.28.1-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v0.28.2/slang-0.28.2-win-arm64.zip",
"hash": "51271fa248924b7f1075b3e4e482cd4b7b9c3fbcd2afc1e99e446f80bfeb54bd", "hash": "689963bbd0cd115c6174a15c574df0b02fe25adcd130fc7a54c79560da8df075",
"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"