mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
11 lines
251 B
TOML
11 lines
251 B
TOML
#TODO compiled but not tested
|
|
#TODO missing script to properly move the binary
|
|
[source]
|
|
git = "https://github.com/typst/typst"
|
|
rev = "70ca0d257bb4ba927f63260e20443f244e0bb58c"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages typst
|
|
"""
|