浏览代码

Update xmake.lua

Jérôme Leclercq 5 月之前
父节点
当前提交
ee14127093
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/s/slang/xmake.lua

+ 1 - 1
packages/s/slang/xmake.lua

@@ -6,7 +6,7 @@ package("slang")
     add_urls("https://github.com/shader-slang/slang/archive/refs/tags/$(version).tar.gz",
              "https://github.com/shader-slang/slang.git")
 
-    add_versions("v2025.6.2", 
+    add_versions("v2025.6.2", "024fc3de73598ef00222ec71ae59382afaf761fc97e47d63420dfc2ff4c1f761")
 
     add_configs("shared", { description = "Build shared library", default = true, type = "boolean", readonly = true })
     add_configs("embed_stdlib_source", { description = "Embed stdlib source in the binary", default = true, type = "boolean" })