This repository has been archived by the owner on Apr 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to single bevy dep with no default features (#33)
Impossible to use a patched bevy 0.5 version alongside a dep that depends on bevy sub crates (bevy_ecs, bevy_app, etc). Doing so gives: error[E0277]: the trait bound `NetworkingPlugin: bevy::prelude::Plugin` is not satisfied See: https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#bevy-features Guidelines from bevy now to use `bevy` without default features in this case. Discord link to start of conversation: https://discord.com/channels/691052431525675048/691052431974465548/860423772979593246
- Loading branch information
Showing
4 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters