redox/recipes/tools/cosmic-text/recipe.toml
2026-03-06 00:58:12 +07:00

12 lines
233 B
TOML

[source]
git = "https://github.com/pop-os/cosmic-text.git"
branch = "main"
[build]
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CARGO_FLAGS=() # remove --locked
COOKBOOK_CARGO_PATH=examples/editor cookbook_cargo_build
"""