Skip to content

Commit

Permalink
Implement WorldQuery derive macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlabat committed Aug 23, 2021
1 parent 62e4e59 commit 248296b
Show file tree
Hide file tree
Showing 5 changed files with 658 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ path = "examples/ecs/system_sets.rs"
name = "timers"
path = "examples/ecs/timers.rs"

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

# Games
[[example]]
name = "alien_cake_addict"
Expand Down
Loading

0 comments on commit 248296b

Please sign in to comment.