slang: Update to version 2023.3.2

This commit is contained in:
github-actions[bot] 2023-09-04 00:33:01 +00:00
parent 8bb8074b23
commit 3bbc8a2b06

View File

@ -1,28 +1,28 @@
{ {
"version": "2023.3.1", "version": "2023.3.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.3.1/slang-2023.3.1-win64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.2/slang-2023.3.2-win64.zip",
"hash": "db2b8bbabd0c5afde5d894a189c85245f70876819b1bc88fc59c7e64ef48ac26", "hash": "d8d92903997d373307c7693dc87689273c1661cc48e153a51937bcc5d3da5e67",
"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.3.1/slang-2023.3.1-win32.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.2/slang-2023.3.2-win32.zip",
"hash": "e0cc08484dc5d7b6bb2ba379c83d17d662b20c964a7b01b70ad2ecaffcb21b26", "hash": "a0d3e3a9da86149d3c225226b512cdf2ef7dfec78910e834652d37ea5c898382",
"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.3.1/slang-2023.3.1-win-arm64.zip", "url": "https://github.com/shader-slang/slang/releases/download/v2023.3.2/slang-2023.3.2-win-arm64.zip",
"hash": "c32ca52eaa00c6f8d9ec6f4722e58145fb022a1ec32206703bf9cbb7cba10f04", "hash": "92de68194e1d454798b4bfd3d45194903804b0c84f56286049b1d272f7f3d9c9",
"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"