blue 0.0.1

An extensive unified bluetooth library
#[cfg(windows)]
fn main() {    
    println!("cargo:rustc-link-lib=Bthprops");
}

#[cfg(not(windows))]
fn main() {
    panic!("target not supported. by now blue only support windows")
}