Skip to content

Add default_platform Bevy feature - #224

Open
tmstorey wants to merge 1 commit into
linebender:mainfrom
tmstorey:main
Open

Add default_platform Bevy feature#224
tmstorey wants to merge 1 commit into
linebender:mainfrom
tmstorey:main

Conversation

@tmstorey

Copy link
Copy Markdown

Bevy have reworked their features in v0.19, and it appears default_platform is needed for windowing, as examples do not open windows without this feature enabled.

I also tried bevy_window and common_api, but they were not sufficient. default_platform does require std, which might be an issue if there's ever a need to support no_std targets.

@tmstorey

Copy link
Copy Markdown
Author

Update: bevy_window + bevy_winit also works.

@RobertBrewitz RobertBrewitz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have bevy_window in bevy feature list and a bevy/bevy_winit in our default feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants