mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-25 13:16:23 +03:00
5 lines
87 B
Rust
5 lines
87 B
Rust
#[cfg(target_os = "windows")]
|
|
mod bin;
|
|
|
|
#[cfg(not(target_os = "windows"))]
|
|
fn main() {} |