[][src]Trait tectonic_dep_support::Spec

pub trait Spec {
    pub fn get_pkgconfig_spec(&self) -> &str;
pub fn get_vcpkg_spec(&self) -> &[&str]; }

Information specifying a dependency.

Required methods

pub fn get_pkgconfig_spec(&self) -> &str[src]

Get the pkg-config specification used to check for this dependency. This text will be passed into pkg_config::Config::probe().

pub fn get_vcpkg_spec(&self) -> &[&str][src]

Get the vcpkg packages used to check for this dependency. These will be passed into vcpkg::Config::find_package().

Loading content...

Implementors

Loading content...