# tectonic_dep_support 0.1.1 (2023-05-18) - Default the Windows vcpkg build to use a custom triplet that doesn't do debug builds (#961, @pkgw). This significantly speeds up the Tectonic Windows CI runs. - Tidy up recent Clippy warnings. # tectonic_dep_support 0.1.0 (2021-01-04) A new crate to support Tectonic's searching for external libraries ("dependencies"). Notably, this crate supports finding deps using either pkg-config or vcpkg. It does *not* (yet?) handle the question of deciding whether to find a dependency externally or vendor it (build it locally).