Registry / build-tool / tectonic-dep-support

tectonic-dep-support

JSON →
library0.1.2rscratesunverified

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

# Cargo.toml [dependencies] tectonic_dep_support = "0.1.2"
INSTALL
IMPORT
SIG · TECTONIC-DEP-SUPPO
T
tectonic-dep-support
build-toolrustv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

find_library
use tectonic_dep_support::find_library;

Locates a system library using pkg-config or vcpkg.

use tectonic_dep_support::find_library; fn main() { match find_library("freetype") { Some(path) => println!("Found at: {}", path.display()), None => eprintln!("Library not found"), } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
tectonic-dep-support — cargo add tectonic-dep-support · libregistry