Skip to content

Commit

Permalink
Add vendored build to rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cadubentzen committed Nov 6, 2023
1 parent 344af2c commit 9bf6a62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
//! // ...
//! }
//! ```
//!
//! ## Vendored build
//!
//! To build VVdeC from source along with this crate, enable the `vendored` flag (requires CMake in your system):
//! ```bash
//! $ cargo add vvdec --features vendored
//! ```

use std::{
mem,
Expand Down

0 comments on commit 9bf6a62

Please sign in to comment.