Packages

Precompiled NIFs and tooling to render Typst documents.

Current section

Files

Jump to
ash_typst native typst_nif .cargo config.toml
Raw

native/typst_nif/.cargo/config.toml

[target.'cfg(target_os = "macos")']
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]
[target.aarch64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]