bevy/crates
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
..
bevy_app Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_asset Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_audio Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_core Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_derive Update derive(DynamicPlugin) to edition 2021 (#3038) 2021-10-27 19:48:12 +00:00
bevy_diagnostic Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_dylib Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_dynamic_plugin Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_ecs remove Box from ExclusiveSystemFn (#3063) 2021-11-04 20:55:28 +00:00
bevy_gilrs Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_gltf Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_input Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_internal Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_log Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_macro_utils Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_math Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_pbr Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_reflect Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_render Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_scene Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_sprite Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_tasks Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_text Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_transform Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_ui Add docstring comment to Style to reference CSS (#2936) 2021-11-06 20:53:10 +00:00
bevy_utils Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_wgpu Update to edition 2021 on master (#3028) 2021-10-27 00:12:14 +00:00
bevy_window add position to WindowDescriptor (#3070) 2021-11-06 20:34:31 +00:00
bevy_winit add position to WindowDescriptor (#3070) 2021-11-06 20:34:31 +00:00