redox/recipes/wip/games/sandbox/recipe.toml
2024-02-18 00:04:49 +00:00

13 lines
208 B
TOML

#TODO make dependencies work
[source]
git = "https://github.com/hakolao/sandbox"
[build]
template = "custom"
dependencies = [
"libvulkan",
"libxcb",
]
script = """
cookbook_cargo_packages sandbox
"""