Skip to content

Use AssetPath for resources instead of PathBuf #50

Description

@picoHz

Currently, the resource field in Data takes Vec<PathBuf>, which means the resources are only loadable from the default asset source. Using Vec<AssetPath> would be better for supporting flexible asset loading scenarios.

resources: Vec<PathBuf>,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions