slang: Update to version 2023.0.2

This commit is contained in:
github-actions[bot] 2023-06-30 00:34:52 +00:00
parent 30c812c47a
commit 943a47e1fd

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.0.1", "version": "2023.0.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/v2023.0.1/slang-2023.0.1-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.2/slang-2023.0.2-win64.zip",
"hash": "20aa495b847d40b7fccd31fe40397cb07852fb7207cb64d956e07dd75116b6eb", "hash": "3a13b9eb7e846d3a9f02e3a193d74c00aee52ad1dc17bdc7ed7a9979fb24ce62",
"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/v2023.0.1/slang-2023.0.1-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.2/slang-2023.0.2-win32.zip",
"hash": "aae31cd170ff489710e729b9fb43299a10ecc24cf03eca35a7c7019886069f99", "hash": "8311bcba873165952c1fb43e9502e68088b333c24d5c829127dcd6968fb1d7e6",
"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/v2023.0.1/slang-2023.0.1-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.2/slang-2023.0.2-win-arm64.zip",
"hash": "b6714f90e020b9d4494e59871ee1341f4d2888194169e27931e6035650209aa9", "hash": "8e43dde6c307196166ede1f094f5d0229a616348601da60102c60c727b0df36c",
"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"