Add web
feature flag
#198
Labels
A-Web
Building or running Bevy apps targeting the browser
C-Dependencies
A change related to dependencies
C-Usability
An improvement that makes the API more pleasant
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-for-Implementation
This issue is ready for an implementation PR. Go for it!
The web functionality of the CLI adds a lot of code and dependencies, but not every user wants to target the web.
We should add a
web
feature flag (enabled by default) which guards all the dependencies and code only needed for the web features.If a user wishes, they can disable the default features and then don't need to install all the additional dependencies.
The text was updated successfully, but these errors were encountered: