bevy/examples/3d
MinerSebas 8f363544ad Reorder Imports in Examples (#1598)
This only affected 2 Examples:
* `generic_reflection`: For some reason, a `pub use` statement was used. This was removed, and alphabetically ordered.
* `wireframe`: This example used the `bevy_internal` crate directly. Changed to use `bevy` instead.

All other Example Imports are correct.

One potential subjective change is the `removel_detection` example. 
Unlike all other Examples, it has its (first) explanatory comment before the Imports.
2021-03-09 01:07:01 +00:00
..
3d_scene.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
load_gltf.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
msaa.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
orthographic.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
parenting.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
spawner.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
texture.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
update_gltf_scene.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00
wireframe.rs Reorder Imports in Examples (#1598) 2021-03-09 01:07:01 +00:00
z_sort_debug.rs Update glam to 0.13.0. (#1550) 2021-03-06 19:39:16 +00:00