diff --git a/Cargo.toml b/Cargo.toml index 7c81802..a4c9657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fev" -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "0BSD" description = "High-level VA-API bindings" diff --git a/src/lib.rs b/src/lib.rs index 059560b..b31f929 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,6 +2,8 @@ //! //! See [`Display`][display::Display] for the main entry point into the library. +#![cfg_attr(docsrs, feature(doc_cfg))] + #[macro_use] mod macros; mod dlopen;