bevy/crates/bevy_ecs/macros/src
Joseph 0716922165
ParamSets containing non-send parameters should also be non-send (#10211)
# Objective

Fix #10207

## Solution

Mark a `ParamSet`'s `SystemMeta` as non-send if any of its component
parameters are non-send.
2023-10-21 18:07:52 +00:00
..
component.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
fetch.rs Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00
lib.rs ParamSets containing non-send parameters should also be non-send (#10211) 2023-10-21 18:07:52 +00:00
set.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
states.rs Remove States::variants and remove enum-only restriction its derive (#9945) 2023-09-30 22:32:39 +00:00