#tectonic #vcpkg #typesetting #finding #pkg-config #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

#319 in Build Utils

Download history 139/week @ 2024-01-04 168/week @ 2024-01-11 136/week @ 2024-01-18 210/week @ 2024-01-25 161/week @ 2024-02-01 198/week @ 2024-02-08 266/week @ 2024-02-15 235/week @ 2024-02-22 238/week @ 2024-02-29 219/week @ 2024-03-07 157/week @ 2024-03-14 274/week @ 2024-03-21 263/week @ 2024-03-28 273/week @ 2024-04-04 216/week @ 2024-04-11 164/week @ 2024-04-18

937 downloads per month
Used in 25 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