[][src]Crate tectonic_dep_support

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

Configuration

Dep-finding configuration.

Dependency

A dependency.

Enums

Backend

Supported depedency-finding backends.

Traits

Spec

Information specifying a dependency.