t-rec 0.8.2

Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
1
2
3
4
5
6
7
#[cfg(any(target_os = "linux", target_os = "netbsd"))]
fn main() {
    println!("cargo:rustc-link-lib=X11");
}

#[cfg(all(not(target_os = "linux"), not(target_os = "netbsd")))]
fn main() {}