File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -222,22 +222,10 @@ Functions can be safely transformed into systems similarly to [`bevy_ecs`].
222
222
[ @zakarumych ] : https://github.com/zakarumych
223
223
[ ready for release ] : https://docs.rs/edict/0.2.0-rc.3/edict/
224
224
[ `Relation` ] : https://docs.rs/edict/0.2.0-rc.3/edict/relation/trait.Relation.html
225
- [ `ChildOf` ] : https://docs.rs/edict/0.2.0-rc.3/edict/relation/struct.ChildOf.html
226
225
[ `Component` ] : https://docs.rs/edict/0.2.0-rc.3/edict/component/trait.Component.html
227
- [ `WorldBuilder` ] : https://docs.rs/edict/0.2.0-rc.3/edict/world/struct.WorldBuilder.html
228
- [ `!Component` ] : https://docs.rs/edict/0.2.0-rc.3/edict/component/trait.Component.html
229
- [ `*_external` ] : https://docs.rs/edict/0.2.0-rc.3/edict/world/struct.World.html#method.spawn_external
230
226
[ `dyn Traits` ] : https://doc.rust-lang.org/book/ch17-02-trait-objects.html
231
- [ `TypeId` ] : https://doc.rust-lang.org/nightly/core/any/struct.TypeId.html
232
227
[ `System` ] : https://docs.rs/edict/0.2.0-rc.3/edict/system/trait.System.html
233
- [ `Scheduler` ] : https://docs.rs/edict/0.2.0-rc.3/edict/scheduler/struct.Scheduler.html
234
228
[ `bevy_ecs` ] : https://crates.io/crates/bevy_ecs
235
- [ `ScopedExecutor` ] : https://docs.rs/edict/0.2.0-rc.3/edict/executor/trait.ScopedExecutor.html
236
- [ `std::thread::Scope` ] : https://doc.rust-lang.org/stable/std/thread/struct.Scope.html
237
- [ `rayon::Scope` ] : https://docs.rs/rayon/1.5.3/rayon/struct.Scope.html
238
- [ `Scheduler::run` ] : https://docs.rs/edict/0.2.0-rc.3/edict/scheduler/struct.Scheduler.html#method.run
239
- [ `ActionEncoder` ] : https://docs.rs/edict/0.2.0-rc.3/edict/action/struct.ActionEncoder.html
240
- [ `World` ] : https://docs.rs/edict/0.2.0-rc.3/edict/world/struct.World.html
241
229
242
230
## Popular Workgroup Issues in Github
243
231
You can’t perform that action at this time.
0 commit comments