Skip to content

Commit

Permalink
slang: Update to version 2025.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 14, 2025
1 parent 4d0df9b commit c4eeb85
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.5",
"version": "2025.5.1",
"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.5/slang-2025.5-windows-x86_64.zip",
"hash": "5ba445a76c9ea973e756136ead0bf6c88272567ca53b217a1fce048be762f5f7",
"url": "https://github.com/shader-slang/slang/releases/download/v2025.5.1/slang-2025.5.1-windows-x86_64.zip",
"hash": "df8968ea56d7d70c3bb449f75585ea1f8ede05265a0723762b0b8566c32cd4ee",
"bin": [
"bin/slangc.exe",
"bin/slangd.exe"
]
},
"arm64": {
"url": "https://github.com/shader-slang/slang/releases/download/v2025.5/slang-2025.5-windows-aarch64.zip",
"hash": "fedc46097a0bc50caf5582670ac4eff1a36a9eb418381df9b9cb6589a8f9fb0c",
"url": "https://github.com/shader-slang/slang/releases/download/v2025.5.1/slang-2025.5.1-windows-aarch64.zip",
"hash": "c7e3b05ca35d0bda28d3192130ec452039f0faf8e5747878745a762056228a2b",
"bin": [
"bin/slangc.exe",
"bin/slangd.exe"
Expand Down

0 comments on commit c4eeb85

Please sign in to comment.