Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Switch to single bevy dep with no default features #33

Merged
merged 1 commit into from
Jul 2, 2021

Conversation

RJ
Copy link
Collaborator

@RJ RJ commented Jul 2, 2021

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

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
@RJ RJ force-pushed the single-bevy-dep branch from 2efff07 to d0cbd02 Compare July 2, 2021 08:25
@RJ RJ merged commit bb9977d into smokku:master Jul 2, 2021
@RJ
Copy link
Collaborator Author

RJ commented Jul 2, 2021

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants