#typesetting #tex #tectonic #texlive

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

#2450 in Text processing

Download history 92/week @ 2024-12-21 58/week @ 2024-12-28 158/week @ 2025-01-04 177/week @ 2025-01-11 192/week @ 2025-01-18 135/week @ 2025-01-25 164/week @ 2025-02-01 190/week @ 2025-02-08 195/week @ 2025-02-15 168/week @ 2025-02-22 166/week @ 2025-03-01 174/week @ 2025-03-08 200/week @ 2025-03-15 184/week @ 2025-03-22 124/week @ 2025-03-29 126/week @ 2025-04-05

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

MIT license

12KB
167 lines

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.


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.

Dependencies

~255KB