nvfbc-sys 0.2.0

Raw FFI bindings for NVFBC, an NVIDIA API for capturing the front buffer from NVIDIA GPUs.
Documentation
1
2
3
fn main() {
	println!("cargo:rustc-link-lib=dylib=nvidia-fbc");
}