We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8d53c commit f675173Copy full SHA for f675173
packages/g/glgpuselect/xmake.lua
@@ -5,6 +5,7 @@ package("glgpuselect")
5
6
add_urls("https://github.com/ArthurVasseur/GLGpuSelect/archive/refs/tags/$(version).zip",
7
"https://github.com/ArthurVasseur/GLGpuSelect.git")
8
+ add_versions("0.1.2", "9c5ab5333f8b6acbcd1022943d6f2edd41727429ea063c8187137b3c6524aae7")
9
add_versions("0.1.1", "29c9f2a0e879605abdf69e72ff008716dbba18865974761df5c887647b0ad774")
10
11
add_configs("shared", {description = "Build shared library.", default = true, type = "boolean", readonly = true})
0 commit comments