1 2 3 4 5
extern crate "pkg-config" as pkg_config; fn main() { pkg_config::find_library("lua5.2").unwrap(); }