1
0
Fork 0
forked from wry/wry

compile-shaders: vendor shaderc-sys

This commit is contained in:
Julian Orth 2025-10-04 22:25:35 +02:00
parent 44ac0511c3
commit d1910063d8
5 changed files with 218 additions and 30 deletions

View file

@ -0,0 +1,5 @@
use pkg_config::Config;
fn main() {
Config::new().probe("shaderc").unwrap();
}