Chariot icon indicating copy to clipboard operation
Chariot copied to clipboard

Upgrade to specs 0.10

Open phrohdoh opened this issue 7 years ago • 2 comments

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)

phrohdoh avatar Feb 10 '18 23:02 phrohdoh

Update: "Upgrade to Specs 0.11" :smile:

I could help with that if you want.

torkleyy avatar May 14 '18 07:05 torkleyy

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

phrohdoh avatar May 14 '18 12:05 phrohdoh