bevy/crates/bevy_scene/src
Ixentus 662c6e9a34 Update to ron 0.8 (#5864)
# Objective

- Update ron to 0.8.0
- Fix breaking changes
- Closes #5862

## Solution

- Removed now non-existing method call (behavior is now the same without it)
2022-09-02 14:20:49 +00:00
..
bundle.rs Add VisibilityBundle and use it to fix gltfs, scenes, and examples (#5335) 2022-07-16 02:47:23 +00:00
dynamic_scene.rs Update to ron 0.8 (#5864) 2022-09-02 14:20:49 +00:00
lib.rs add a SceneBundle to spawn a scene (#2424) 2022-06-09 20:34:09 +00:00
scene_loader.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
scene_spawner.rs can clone a scene (#5855) 2022-09-02 11:56:21 +00:00
scene.rs can clone a scene (#5855) 2022-09-02 11:56:21 +00:00
serde.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00