redox/recipes/wip/libs/text/simdutf/recipe.toml
2026-03-26 15:20:52 -03:00

12 lines
201 B
TOML

#TODO: promote
#TODO update to 8.x version
[source]
git = "https://github.com/simdutf/simdutf"
rev = "v7.3.5"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DSIMDUTF_TESTS=OFF"
]