libobs 4.0.1+32.0.2

LibOBS bindings for Rust
docs.rs failed to build libobs-4.0.1+32.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libobs-3.0.1+32.0.2

libobs-rs

This is currently just a wrapper around the C API of OBS Studio. The stable API is available in the libobs-wrapper crate.

Building on Linux

The library needs OBS binaries in your target directory for Windows and MacOS. If you want to target Linux, users (you included) must build and install OBS Studio manually from source. For Windows and Macos, there are multiple ways to set this up. Instructions can be viewed here

Troubleshooting

If you encounter build errors:

  1. Make sure all system dependencies are installed
  2. Verify that clang is in your PATH: clang --version
  3. If you have a custom OBS installation, set the LIBOBS_PATH environment variable to point to your OBS library directory