Crate tectonic_dep_support
source ·Expand description
Support for locating third-party libraries (“dependencies”) when building Tectonic. The main point of interest is that both pkg-config and vcpkg are supported as dep-finding backends. This crate does not deal with the choice of whether to provide a library externally or through vendoring.
Structs
- Dep-finding configuration.
- A dependency.
Enums
- Supported depedency-finding backends.
Traits
- Information specifying a dependency.