Skip to content

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

@Sitin

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",
    # ...
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions