bevy/crates/bevy_ui/src
Jerome Humbert a5c675f336 Add docstring comment to Style to reference CSS (#2936)
Mention the fact that the UI layout system is based on the CSS layout
model through a docstring comment on the `Style` type.

# Objective

Explain to new users that the Bevy UI uses the CSS layout model, to lower the barrier to entry given the fact documentation (book and code) is fairly limited on the topic.

## Solution

Fix as discussed with @alice-i-cecile on #2918.
2021-11-06 20:53:10 +00:00
..
flex Add ControlNode for UI (#2908) 2021-10-06 19:00:36 +00:00
render update for wgpu 0.8 (#1959) 2021-05-02 20:45:25 +00:00
widget Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
anchors.rs rustfmt changes 2020-07-28 14:24:03 -07:00
entity.rs Add ControlNode for UI (#2908) 2021-10-06 19:00:36 +00:00
focus.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
lib.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
margins.rs move bevy crates to their own folder 2020-04-24 17:57:20 -07:00
ui_node.rs Add docstring comment to Style to reference CSS (#2936) 2021-11-06 20:53:10 +00:00
update.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00