5 lines
84 B
Rust
5 lines
84 B
Rust
use pkg_config::Config;
|
|
|
|
fn main() {
|
|
Config::new().probe("shaderc").unwrap();
|
|
}
|