#tectonic #vcpkg #pkg-config #typesetting #finding #engine #build

build tectonic_dep_support

Support for finding third-party libraries using either pkg-config or vcpkg

2 releases

0.1.1 May 18, 2023
0.1.0 Jan 4, 2021

#469 in Build Utils

Download history 216/week @ 2024-07-26 204/week @ 2024-08-02 196/week @ 2024-08-09 215/week @ 2024-08-16 174/week @ 2024-08-23 173/week @ 2024-08-30 211/week @ 2024-09-06 232/week @ 2024-09-13 314/week @ 2024-09-20 287/week @ 2024-09-27 204/week @ 2024-10-04 181/week @ 2024-10-11 145/week @ 2024-10-18 138/week @ 2024-10-25 208/week @ 2024-11-01 62/week @ 2024-11-08

593 downloads per month
Used in 26 crates (6 directly)

MIT license

12KB
167 lines

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.


lib.rs:

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.

Dependencies

~255KB