2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-01-07 18:58:58 +00:00
bevy/crates/bevy_ecs/macros
Cameron 684f07595f Add bevy_ecs::schedule_v3 module ()
# Objective

Complete the first part of the migration detailed in .

## Solution

Add all the new stuff.

### TODO

- [x] Impl tuple methods.
- [x] Impl chaining.
- [x] Port ambiguity detection.
- [x] Write docs.
- [x] ~~Write more tests.~~(will do later)
- [ ] Write changelog and examples here?
- [x] ~~Replace `petgraph`.~~ (will do later)



Co-authored-by: james7132 <contact@jamessliu.com>
Co-authored-by: Michael Hsu <mike.hsu@gmail.com>
Co-authored-by: Mike Hsu <mike.hsu@gmail.com>
2023-01-17 01:39:17 +00:00
..
src Add bevy_ecs::schedule_v3 module () 2023-01-17 01:39:17 +00:00
Cargo.toml Release 0.9.0 () 2022-11-12 20:01:29 +00:00