Closed
Description
What problem does this solve or what need does it fill?
I want to use bevy as an engine for backend part of my project. For now bevy requires a lot of useless dependencies for backend stuff like window
features and others.
Describe the solution would you like?
Mark as much as possible features as optional. Then end user will be able to select and use only required features.
Describe the alternative(s) you've considered?
I don't see other solution for the problem.
Additional context
No