Skip to content

Add features to docs.rs config to generate proper documentation #65

Description

@Sitin

Right now certain parts of documentation for optional features are not generated. For, example, the integration is missing.

We can update build/salva3d/Cargo.toml and build/salva2d/Cargo.toml:

[package.metadata.docs.rs]
# Features to include into `docs.rs` documentation
features = [
    "rapier",
    # ...
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions