bevy/crates/bevy_scene/src
Joseph dcfae72386
Re-export ron in bevy_scene (#10529)
# Objective

Close #10504. Improve the development experience for working with scenes
by not requiring the user to specify a matching version of `ron` in
their `Cargo.toml`

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2023-11-15 14:45:54 +00:00
..
bundle.rs Finish documenting bevy_scene (#9949) 2023-10-01 17:54:19 +00:00
dynamic_scene_builder.rs Make builder types take and return Self (#10001) 2023-10-09 19:46:17 +00:00
dynamic_scene.rs Re-export ron in bevy_scene (#10529) 2023-11-15 14:45:54 +00:00
lib.rs Re-export ron in bevy_scene (#10529) 2023-11-15 14:45:54 +00:00
scene_filter.rs Make builder types take and return Self (#10001) 2023-10-09 19:46:17 +00:00
scene_loader.rs Re-export ron in bevy_scene (#10529) 2023-11-15 14:45:54 +00:00
scene_spawner.rs Use EntityHashMap for EntityMapper (#10415) 2023-11-07 08:23:04 +00:00
scene.rs Use EntityHashMap for EntityMapper (#10415) 2023-11-07 08:23:04 +00:00
serde.rs Re-export ron in bevy_scene (#10529) 2023-11-15 14:45:54 +00:00