Skip to content

Commit 248296b

Browse files
committed
Implement WorldQuery derive macro
1 parent 62e4e59 commit 248296b

File tree

5 files changed

+658
-2
lines changed

5 files changed

+658
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ path = "examples/ecs/system_sets.rs"
314314
name = "timers"
315315
path = "examples/ecs/timers.rs"
316316

317+
[[example]]
318+
name = "world_query"
319+
path = "examples/ecs/world_query.rs"
320+
317321
# Games
318322
[[example]]
319323
name = "alien_cake_addict"

0 commit comments

Comments
 (0)