We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is going to require some refactoring. The fetch_components! macro may be rendered unnecessary.
fetch_components!
Notes:
RunArg
SystemData
update
run
Self::SystemData
System
.join()
Planner
Dispatcher
DispatcherBuilder
The text was updated successfully, but these errors were encountered:
Update: "Upgrade to Specs 0.11" 😄
I could help with that if you want.
Sorry, something went wrong.
@torkleyy If you want to do this be my guest! 😄
No branches or pull requests
This is going to require some refactoring.
The
fetch_components!
macro may be rendered unnecessary.Notes:
RunArg
was replaced withSystemData
(which can be an N-tuple of types that implementSystemData
)update
was replaced withrun
which takesSelf::SystemData
System
now has a lifetime.join()
Planner
is nowDispatcher
(created viaDispatcherBuilder
)The text was updated successfully, but these errors were encountered: