bevy/examples/async_tasks
François 18c6a7b40e do not impl Component for Task (#4113)
# Objective

- `Task` are `Component`.
- They should not.

## Solution

- Remove the impl, and update the example to show a wrapper.

#4052 for reference
2022-04-22 06:29:38 +00:00
..
async_compute.rs do not impl Component for Task (#4113) 2022-04-22 06:29:38 +00:00
external_source_external_thread.rs bevy_derive: Add derives for Deref and DerefMut (#4328) 2022-03-29 02:10:06 +00:00