Skip to content

Commit

Permalink
slang: Update to version 2024.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent 3916092 commit 6365ccb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/slang.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"version": "2024.1.10",
"version": "2024.1.11",
"description": "Slang is a new language and compiler for shader development. It is designed to be a modern, extensible, and portable alternative to existing shading languages like HLSL and GLSL.",
"homepage": "https://shader-slang.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.10/slang-2024.1.10-win64.zip",
"hash": "056da13c36d4bc7428a822c9d23c6848390bad301a83201e30914984cb156f58",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.11/slang-2024.1.11-win64.zip",
"hash": "d851ebea1cda75027015225acd71b0458b906c09665a086d6484a36ae37c76fe",
"bin": [
"bin/windows-x64/release/slangc.exe",
"bin/windows-x64/release/slangd.exe"
]
},
"32bit": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.10/slang-2024.1.10-win32.zip",
"hash": "2ad7be1b1370be80d9eea05d5a77984556da6a01edc176ce7ca91b7eba07363e",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.11/slang-2024.1.11-win32.zip",
"hash": "b436ad0f07cda9d933384316b219e645c539e832dd8272aecf90886c6de29a32",
"bin": [
"bin/windows-x86/release/slangc.exe",
"bin/windows-x86/release/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.10/slang-2024.1.10-win-arm64.zip",
"hash": "81e87f9dce0489b076ba700e0456eeaf0371310f77454b338aa33a1423d4b91b",
"url": "https://github.com/shader-slang/slang/releases/download/v2024.1.11/slang-2024.1.11-win-arm64.zip",
"hash": "76a690b75d37c5a804c672e45c4040bb26da009b6f864801452fbeca4e55d701",
"bin": [
"bin/windows-aarch64/release/slangc.exe",
"bin/windows-aarch64/release/slangd.exe"
Expand Down

0 comments on commit 6365ccb

Please sign in to comment.