diff --git a/Cargo.toml b/Cargo.toml index 079ab24..4fd9ae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,3 +64,8 @@ path = "examples/xr.rs" [profile.release] debug = true + +[package.metadata.docs.rs] +rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"] +all-features = true +cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] \ No newline at end of file