Skip to content

Commit 30a3891

Browse files
committed
Implement Fetch and FilterFetch derive macros
1 parent 62e4e59 commit 30a3891

File tree

6 files changed

+936
-2
lines changed

6 files changed

+936
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@ path = "examples/ecs/component_change_detection.rs"
270270
name = "event"
271271
path = "examples/ecs/event.rs"
272272

273+
[[example]]
274+
name = "fetch"
275+
path = "examples/ecs/fetch.rs"
276+
273277
[[example]]
274278
name = "fixed_timestep"
275279
path = "examples/ecs/fixed_timestep.rs"

0 commit comments

Comments
 (0)