added nightly doc generation

This commit is contained in:
MalekiRe
2024-06-04 16:44:00 -07:00
parent 9b166a8373
commit b2193ccaa8

View File

@@ -64,3 +64,8 @@ path = "examples/xr.rs"
[profile.release] [profile.release]
debug = true debug = true
[package.metadata.docs.rs]
rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]