tectonic/crates/engine_xdvipdfmx
rm-dr d76af16f13
Normalize quotes in comments
2024-02-13 18:24:45 -08:00
..
src Normalize quotes in comments 2024-02-13 18:24:45 -08:00
xdvipdfmx engine_xdvipdfmx: move variable declarations to top of function, just in case 2022-10-20 21:06:44 -04:00
CHANGELOG.md crates/engine_xdvipdfmx: provide xdvipdfmx as a separate crate 2021-03-29 23:34:37 -04:00
Cargo.toml engine_xdvipdfmx: we require the latest pdf_io crate for the updated C APIs 2022-10-20 21:08:08 -04:00
README.md Switch to dev-time rather than build-time cbindgen 2021-06-17 10:12:36 -04:00
build.rs engine_xdvipdfmx: fix build.rs typo causing nonstop rebuilds 2021-06-19 11:40:02 -04:00
cbindgen.toml Switch to dev-time rather than build-time cbindgen 2021-06-17 10:12:36 -04:00

README.md

The tectonic_engine_xdvipdfmx crate

This crate is part of the Tectonic project. It provides XeTeXs xdvipdfmx program as a reusable crate.

Cargo features

This crate does not currently provides any Cargo features.

Updating the generated header

This crate exposes Rust functions to C/C++ code using a header file created by cbindgen. To update the header, run:

cbindgen --output xdvipdfmx/xdvipdfmx_bindings.h