# libobs-sys [![Crates.io](https://img.shields.io/crates/v/libobs-sys.svg)](https://crates.io/crates/libobs-sys) [![docs.rs](https://docs.rs/libobs-sys/badge.svg)](https://docs.rs/libobs-sys) Rust raw FFI bindings to libOBS (Open Broadcasting Software) ## Dependencies - pkg-config ## Documentation Here: [http://docs.rs/libobs-sys](http://docs.rs/libobs-sys) ## Installation ```toml [dependencies] libobs-sys = "0.1" ``` ## License Licensed under either of these: * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)) ## Credits - Mathieu Amiot (@OtaK_) - The authors of bindgen