Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WASM fix #2

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

WASM fix #2

wants to merge 6 commits into from

Conversation

aevyrie
Copy link

@aevyrie aevyrie commented Jun 12, 2024

No description provided.

aevyrie and others added 6 commits February 17, 2024 21:12
* Updates for Bevy main (will become 0.13)

* bump to bevy 0.13

* bump version

* update readme

* fix docs

---------

Co-authored-by: Arend van Beelen jr <arend@arendjr.nl>
* Updates for Bevy main (will become 0.13)

* Update deps

* Fix features

* enable winit x11 by default

* fix docs

---------

Co-authored-by: Arend van Beelen jr <arend@arendjr.nl>
The `pipelined_rendering` export is no longer available in Bevy since
version 0.12 in wasm32 builds; it can no longer be used to select the
right subapp.

Add a dummy version of the `AppLabel` that targets the
`pipelined_rendering` subapp. Using a dummy app label allows to keep the
same code to get the right subapp to apply the framepace resources and
systems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants