slang: Update to version 2023.1.0

This commit is contained in:
github-actions[bot] 2023-07-20 04:27:39 +00:00
parent 3f681bfefc
commit 6aaac41fb5

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.0.6", "version": "2023.1.0",
"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.6/slang-2023.0.6-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.0/slang-2023.1.0-win64.zip",
"hash": "556c39a88000aecfd23b5d4655992a33423f288e81de9db3b541aec9f6838103", "hash": "e2b2c0e5562d5cff15372315ac864de29547b20d540c669a13b31a2bcdd7b08d",
"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.6/slang-2023.0.6-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.0/slang-2023.1.0-win32.zip",
"hash": "10d6b8e61ae078518ff40d7de91d7fdb10d90f223a8c3d5ceb1031e75ddff77f", "hash": "19cac3f539fa0f5f4a6765ad255581e298515a141bff292ba09005a08e5071f8",
"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.6/slang-2023.0.6-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.1.0/slang-2023.1.0-win-arm64.zip",
"hash": "1b1de5ed6ec515c740060ac2d7610d0e1428f6572f607a93626366aa90b263ef", "hash": "11e4b530972876a8a993246dce7e681b3e815dee652dccd03fbfe7e23f68a58b",
"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"