bevy/crates/bevy_internal
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
..
src Lighter no default features (#5447) 2022-07-25 15:48:14 +00:00
Cargo.toml Lighter no default features (#5447) 2022-07-25 15:48:14 +00:00