Releases: tectonic-typesetting/tectonic
tectonic_bridge_freetype2 0.2.0
tectonic_bridge_freetype2 0.2.0 (2021-06-03)
Fix up handling of how C/C++ header file paths are exported to dependent crates.
This is a breaking change: we've moved from a single include directory to a list
of them.
tectonic_bridge_core 0.1.0
tectonic_bridge_core 0.1.0 (2021-06-03)
This is the first release of the "core" bridge crate. It provides a baseline of
APIs for C/C++ code to interact with an underlying "driver" implemented in Rust.
Those APIs mainly revolve around basic I/O and diagnostics, although we do have
a specialized "system request" to implement the TeX shell-escape feature.
tectonic_xdv 0.1.11
tectonic_xdv 0.1.11 (2021-01-16)
- Bump
byteorder
dep from 1.3.x series to 1.4.x series
tectonic_geturl 0.1.0
tectonic_geturl 0.1.0 (2021-01-16)
Initial release of "get-URL" support crate, with pluggable backends: either curl
or reqwest. Or nothing, if you know that you're not going to need the network.
tectonic_cfg_support 0.1.2
tectonic_cfg_support 0.1.2 (2021-01-16)
- No code changes, just updating metadata
tectonic_bridge_icu 0.1.0
tectonic_bridge_icu 0.1.0 (2021-01-15)
Initial release of ICU "bridge" crate for Tectonic.
tectonic_bridge_harfbuzz 0.1.0
tectonic_bridge_harfbuzz 0.1.0 (2021-01-15)
Initial release of Harfbuzz "bridge" crate for Tectonic. Includes the ability to
vendor Harfbuzz.
tectonic_bridge_graphite2 0.1.1
tectonic_bridge_graphite2 0.1.1 (2021-01-16)
- Export information about the
GRAPHITE2_STATIC
C preprocessor define that is
sometimes needed.
tectonic_bridge_freetype2 0.1.0
tectonic_bridge_freetype2 0.1.0 (2021-01-15)
Initial release of FreeType "bridge" crate for Tectonic.
tectonic_bridge_flate 0.1.1
tectonic_bridge_flate 0.1.1 (2021-01-16)
- Fix a Clippy complaint