Skip to content

Commit

Permalink
slang: Update to version 2025.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 8, 2025
1 parent 0fabafe commit 8868051
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/slang.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"version": "2025.4",
"version": "2025.5",
"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/v2025.4/slang-2025.4-windows-x86_64.zip",
"hash": "19801dff06eaa417c7dd64858dde31c536d3d94cb20a3c27c94322cfc060197e",
"url": "https://github.com/shader-slang/slang/releases/download/v2025.5/slang-2025.5-windows-x86_64.zip",
"hash": "5ba445a76c9ea973e756136ead0bf6c88272567ca53b217a1fce048be762f5f7",
"bin": [
"bin/slangc.exe",
"bin/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.4/slang-2025.4-windows-aarch64.zip",
"hash": "bbb01615b47f67b38c334d7ba55283f9676804f29f512056bd7e14a6275e1280",
"url": "https://github.com/shader-slang/slang/releases/download/v2025.5/slang-2025.5-windows-aarch64.zip",
"hash": "fedc46097a0bc50caf5582670ac4eff1a36a9eb418381df9b9cb6589a8f9fb0c",
"bin": [
"bin/slangc.exe",
"bin/slangd.exe"
Expand Down

0 comments on commit 8868051

Please sign in to comment.