mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-04 00:28:34 +00:00
Finish implementing implicit conversions
This commit is contained in:
parent
4a0edf0e14
commit
279e6246ba
6 changed files with 418 additions and 138 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
fn main() {
|
||||
println!("cargo:rustc-link-lib=dylib=ze_loader");
|
||||
// TODO: make this windows-only
|
||||
println!("cargo:rustc-link-search=native=C:\\Windows\\System32");
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue