bevy/examples/camera
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
..
2d_screen_shake.rs Make Query::single (and friends) return a Result (#18082) 2025-03-02 19:51:56 +00:00
2d_top_down_camera.rs
camera_orbit.rs Use en-us locale for typos (#16037) 2024-10-20 18:55:17 +00:00
custom_projection.rs Fix a few subcrate import paths in examples (#19002) 2025-04-30 18:41:17 +00:00
first_person_view_model.rs Update shader_prepass, testbed_2d, and first_person_view_model examples to use children! macro (#18270) 2025-03-22 22:35:20 +00:00
projection_zoom.rs