# Objective Tripped over the `directional_navigation` one recently while playing around with that example. Examples should import items from `bevy` rather than the sub-crates directly. ## Solution Use paths re-exported by `bevy`. ## Testing ``` cargo run --example log_diagnostics cargo run --example directional_navigation cargo run --example custom_projection ``` |
||
|---|---|---|
| .. | ||
| borders.rs | ||
| box_shadow.rs | ||
| button.rs | ||
| directional_navigation.rs | ||
| display_and_visibility.rs | ||
| flex_layout.rs | ||
| font_atlas_debug.rs | ||
| ghost_nodes.rs | ||
| grid.rs | ||
| overflow_clip_margin.rs | ||
| overflow_debug.rs | ||
| overflow.rs | ||
| relative_cursor_position.rs | ||
| render_ui_to_texture.rs | ||
| scroll.rs | ||
| size_constraints.rs | ||
| tab_navigation.rs | ||
| text_debug.rs | ||
| text_wrap_debug.rs | ||
| text.rs | ||
| transparency_ui.rs | ||
| ui_material.rs | ||
| ui_scaling.rs | ||
| ui_texture_atlas_slice.rs | ||
| ui_texture_atlas.rs | ||
| ui_texture_slice_flip_and_tile.rs | ||
| ui_texture_slice.rs | ||
| viewport_debug.rs | ||
| window_fallthrough.rs | ||
| z_index.rs | ||