bevy/examples/ui
Rob Parrett b40845d296
Fix a few subcrate import paths in examples (#19002)
# 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
```
2025-04-30 18:41:17 +00:00
..
borders.rs
box_shadow.rs
button.rs
directional_navigation.rs Fix a few subcrate import paths in examples (#19002) 2025-04-30 18:41:17 +00:00
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