slang: Update to version 2023.0.1

This commit is contained in:
github-actions[bot] 2023-06-29 00:36:33 +00:00
parent 9eac9bdac0
commit bfcba25f55

View File

@ -1,28 +1,28 @@
{ {
"version": "0.28.2", "version": "2023.0.1",
"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.2/slang-0.28.2-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.1/slang-2023.0.1-win64.zip",
"hash": "d0116666be29e81cae514550ca16a7df3a14fb24481ba67d059a0e64124a59d4", "hash": "20aa495b847d40b7fccd31fe40397cb07852fb7207cb64d956e07dd75116b6eb",
"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.2/slang-0.28.2-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.1/slang-2023.0.1-win32.zip",
"hash": "ec46329fa48ae86db07e32cbe5fc7eb705cc73ac528b69af5bedf7d7818b6ed3", "hash": "aae31cd170ff489710e729b9fb43299a10ecc24cf03eca35a7c7019886069f99",
"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.2/slang-0.28.2-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.0.1/slang-2023.0.1-win-arm64.zip",
"hash": "689963bbd0cd115c6174a15c574df0b02fe25adcd130fc7a54c79560da8df075", "hash": "b6714f90e020b9d4494e59871ee1341f4d2888194169e27931e6035650209aa9",
"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"