Add platform initialization

This commit is contained in:
Andrzej Janik 2020-02-16 15:58:15 +01:00
commit 6d748a3959
15 changed files with 7477 additions and 31 deletions

5
level_zero-sys/build.rs Normal file
View file

@ -0,0 +1,5 @@
fn main() {
println!("cargo:rustc-link-lib=dylib=ze_loader");
println!("cargo:rerun-if-changed=build.rs");
}