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 ad6e4b8 commit b8f29a4Copy full SHA for b8f29a4
packages/m/manifold/xmake.lua
@@ -6,6 +6,7 @@ package("manifold")
6
set_urls("https://github.com/elalish/manifold/archive/refs/tags/$(version).tar.gz",
7
"https://github.com/elalish/manifold.git")
8
9
+ add_versions("v3.3.2", "92a37034c407156f71446f9ca03bd4487adeb1b8246a03d1c047b859b1b9d211")
10
add_versions("v3.2.1", "c2fddb0f4b2289caff660b29677883f0324415a9901f8f2aed4c83851f994c13")
11
12
add_configs("parallel", { description = "Enable parallel processing", default = false, type = "boolean"})
0 commit comments