bevy/crates/bevy_internal/src
François 231894a3a6 Lighter no default features (#5447)
# Objective

- Even though it's marked as optional, it is no longer possible to not depend on `bevy_render` as it's a dependency of `bevy_scene`

## Solution

- Make `bevy_scene` optional
- For the minimalist among us, also make `bevy_asset` optional
2022-07-25 15:48:14 +00:00
..
default_plugins.rs Lighter no default features (#5447) 2022-07-25 15:48:14 +00:00
lib.rs Lighter no default features (#5447) 2022-07-25 15:48:14 +00:00
prelude.rs Lighter no default features (#5447) 2022-07-25 15:48:14 +00:00