Skip to content

Commit

Permalink
Implement Fetch and FilterFetch derive macros
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Aug 23, 2021
1 parent 62e4e59 commit 30a3891
Show file tree
Hide file tree
Showing 6 changed files with 936 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ path = "examples/ecs/component_change_detection.rs"
name = "event"
path = "examples/ecs/event.rs"

[[example]]
name = "fetch"
path = "examples/ecs/fetch.rs"

[[example]]
name = "fixed_timestep"
path = "examples/ecs/fixed_timestep.rs"
Expand Down
Loading

0 comments on commit 30a3891

Please sign in to comment.