fn main() { pkg_config::Config::new() .atleast_version("5.0") .probe("raylib") .expect("failed to find system raylib via pkg-config"); }