bevy/crates/bevy_core_widgets/src
Talin 65bddbd3e4
Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730)
# Objective

This PR introduces Bevy Feathers, an opinionated widget toolkit and
theming system intended for use by the Bevy Editor, World Inspector, and
other tools.

The `bevy_feathers` crate is incomplete and hidden behind an
experimental feature flag. The API is going to change significantly
before release.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-06-28 19:52:13 +00:00
..
core_button.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
core_checkbox.rs Core Checkbox (#19665) 2025-06-20 16:37:18 +00:00
core_radio.rs CoreRadio should require Checkable, not Checked. (#19836) 2025-06-27 18:23:59 +00:00
core_slider.rs Bevy Feathers: an opinionated widget toolkit for building Bevy tooling (#19730) 2025-06-28 19:52:13 +00:00
lib.rs Core radio button and radio group (#19778) 2025-06-24 00:38:31 +00:00