slang: Update to version 2023.2.0

This commit is contained in:
github-actions[bot] 2023-08-15 04:26:03 +00:00
parent ebbb41d301
commit 478abcba52

View File

@ -1,28 +1,28 @@
{
"version": "2023.1.1",
"version": "2023.2.0",
"description": "A new language and compiler for shader development.",
"homepage": "https://shader-slang.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win64.zip",
"hash": "73a92000b2315b97017a7ce383f15d4fca1ebf867046a2c03df64bbf62cb4ecd",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win64.zip",
"hash": "1030bbd6885c7a285a87b38872fca8b857821a91036478f1ecc044cbfeb2b638",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win32.zip",
"hash": "92ab1c8c183f3b4e2ea6a523add5829351730b6f81992460b9bb7292a80274ba",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win32.zip",
"hash": "3034396d5ceabaca3b3ec7acb5eecc7bd8620bd903a95e950326e8a3b8665d09",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2023.1.1/slang-2023.1.1-win-arm64.zip",
"hash": "b699e37ab77117223ff05dc4b8c7f65784bd42e0e319d7d1b8abcc857411e661",
"url": "https://github.com/shader-slang/slang/releases/download/v2023.2.0/slang-2023.2.0-win-arm64.zip",
"hash": "53c451d660883f8d6bf65c13ce4445244939097bb4ac4f7956bb2bab02d4e578",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"