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

Upgrade to specs 0.10 #20

Open
phrohdoh opened this issue Feb 10, 2018 · 2 comments
Open

Upgrade to specs 0.10 #20

phrohdoh opened this issue Feb 10, 2018 · 2 comments

Comments

@phrohdoh
Copy link
Member

phrohdoh commented Feb 10, 2018

This is going to require some refactoring.
The fetch_components! macro may be rendered unnecessary.

Notes:

  • RunArg was replaced with SystemData (which can be an N-tuple of types that implement SystemData)
  • update was replaced with run which takes Self::SystemData
  • System now has a lifetime
  • Iterating over required systems is now done via .join()
  • Planner is now Dispatcher (created via DispatcherBuilder)
@torkleyy
Copy link

Update: "Upgrade to Specs 0.11" 😄

I could help with that if you want.

@phrohdoh
Copy link
Member Author

@torkleyy If you want to do this be my guest! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants