Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process_manifests needs a public system label #40

Open
alice-i-cecile opened this issue Apr 23, 2024 · 0 comments
Open

process_manifests needs a public system label #40

alice-i-cecile opened this issue Apr 23, 2024 · 0 comments
Labels
usability Make the crate easier or nicer to use

Comments

@alice-i-cecile
Copy link
Contributor

I need to configure the ordering in which two dependent manifests are loaded. While I could do this with system ordering, bevyengine/bevy#13064 means that I need a true system label to do so nicely.

The existing system label is inadequate: we need access to the full type. We can probably add a marker generic to ProcessManifestSet though, and use () as a default which means "all systems".

@alice-i-cecile alice-i-cecile added the usability Make the crate easier or nicer to use label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability Make the crate easier or nicer to use
Projects
None yet
Development

No branches or pull requests

1 participant