bevy/crates/bevy_feathers
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