bevy/crates/bevy_state/src
AlephCubed 6c003ef794
Loosen add_state_scoped_event trait bound. (#19401)
Fixes #18623, allowing `add_state_scoped_event` to work with computed
states.

As a side note, should state scoped events be updated to match the
recently changed [state scoped
entities](https://github.com/bevyengine/bevy/blob/main/release-content/migration-guides/rename_StateScoped.md)?
2025-05-29 21:37:53 +00:00
..
state Remove apostrophes in possessive its (#19244) 2025-05-26 19:53:14 +00:00
app.rs Enable state scoped entities by default (#19354) 2025-05-26 20:26:41 +00:00
commands.rs Add no_std support to bevy_state (#17028) 2024-12-29 23:28:18 +00:00
condition.rs Rename Condition to SystemCondition` (#19328) 2025-05-22 15:50:19 +00:00
lib.rs Rename StateScoped to DespawnOnExitState and add DespawnOnEnterState (#18818) 2025-05-06 00:37:04 +00:00
reflect.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
state_scoped_events.rs Loosen add_state_scoped_event trait bound. (#19401) 2025-05-29 21:37:53 +00:00
state_scoped.rs Enable state scoped entities by default (#19354) 2025-05-26 20:26:41 +00:00