mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
8f363544ad
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. |
||
---|---|---|
.. | ||
3d_scene.rs | ||
load_gltf.rs | ||
msaa.rs | ||
orthographic.rs | ||
parenting.rs | ||
spawner.rs | ||
texture.rs | ||
update_gltf_scene.rs | ||
wireframe.rs | ||
z_sort_debug.rs |