1
0
Fork 0
forked from wry/wry
wry/compile-shaders/shaderc-sys/build.rs
2025-10-04 22:25:35 +02:00

5 lines
84 B
Rust

use pkg_config::Config;
fn main() {
Config::new().probe("shaderc").unwrap();
}