bevy/examples/tools
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
..
scene_viewer don't require features on examples where it's not the main focus (#7615) 2023-02-13 18:20:25 +00:00
gamepad_viewer.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00