autd3-core 37.0.1

AUTD3 core traits and types
Documentation
1
2
3
4
5
6
7
8
#[cfg(not(target_os = "windows"))]
fn main() {}

#[cfg(target_os = "windows")]
fn main() {
    #[cfg(feature = "sleep")]
    println!("cargo:rustc-link-lib=winmm");
}