tectonic/crates/dep_support
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
CHANGELOG.md crates/dep_support: break the dep-finding code into its own crate 2021-01-03 13:58:00 -05:00
Cargo.toml crates/dep_support: break the dep-finding code into its own crate 2021-01-03 13:58:00 -05:00
README.md crates/dep_support: break the dep-finding code into its own crate 2021-01-03 13:58:00 -05:00

README.md

The tectonic_dep_support crate

This crate is part of the Tectonic project. It provides build-time utilities for finding external library dependencies, allowing either pkg-config or vcpkg to be used as the dep-finding backend, and providing whatever fiddly features are needed to enable the Tectonic build process.