redox/recipes/wip/libs/fs/physicsfs/recipe.toml
2026-01-03 18:07:24 -03:00

11 lines
260 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/icculus/physfs/blob/main/docs/INSTALL.txt
[source]
git = "https://github.com/icculus/physfs"
branch = "stable-3.2"
[build]
template = "cmake"
cmakeflags = [
"-DPHYSFS_BUILD_DOCS=OFF",
]