Skip to content

Commit 6add635

Browse files
committed
Implement Fetch and FetchFilter derive macros
1 parent 62e4e59 commit 6add635

File tree

5 files changed

+845
-2
lines changed

5 files changed

+845
-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/fetch.rs"
320+
317321
# Games
318322
[[example]]
319323
name = "alien_cake_addict"

0 commit comments

Comments
 (0)