bevy/crates/bevy_core_widgets
Talin 7b6c5f4431
Change core widgets to use callback enum instead of option (#19855)
# Objective

Because we want to be able to support more notification options in the
future (in addition to just using registered one-shot systems), the
`Option<SystemId>` notifications have been changed to a new enum,
`Callback`.

@alice-i-cecile
2025-07-01 03:23:38 +00:00
..
src Change core widgets to use callback enum instead of option (#19855) 2025-07-01 03:23:38 +00:00
Cargo.toml Update bevy website link in newer code (#19874) 2025-06-30 23:24:36 +00:00