bevy/examples/tools/scene_viewer
François f1c69b925e don't require features on examples where it's not the main focus (#7615)
# Objective

- Required features were added to some examples in #7051 even though those features aren't the main focus of the examples
- Don't require features on examples that are useful without them

## Solution

- Remove required features on examples `load_gltf` and `scene_viewer`, but log a warning when they are not enabled
2023-02-13 18:20:25 +00:00
..
camera_controller_plugin.rs break feedback loop when moving cursor (#7298) 2023-01-21 00:01:28 +00:00
main.rs don't require features on examples where it's not the main focus (#7615) 2023-02-13 18:20:25 +00:00
mod.rs Organized scene_viewer into plugins for reuse and organization (#6936) 2022-12-25 00:23:13 +00:00
scene_viewer_plugin.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00