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

Update to bevy 0.11 #188

Merged
merged 7 commits into from
Jul 10, 2023
Merged

Update to bevy 0.11 #188

merged 7 commits into from
Jul 10, 2023

Conversation

Vrixyz
Copy link
Contributor

@Vrixyz Vrixyz commented Jun 18, 2023

No description provided.

src/lib.rs Outdated
render_systems::prepare_egui_transforms_system.in_set(RenderSet::Prepare),
)
.add_systems(Render, render_systems::queue_bind_groups_system.in_set(RenderSet::Queue))
.add_systems(Render, render_systems::queue_pipelines_system.in_set(RenderSet::Queue));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

those "Render" surprised me a bit.

src/lib.rs Show resolved Hide resolved
src/systems.rs Show resolved Hide resolved
@Vrixyz Vrixyz changed the title update to bevy main update to bevy 0.11 Jul 9, 2023
Cargo.toml Outdated Show resolved Hide resolved
@Vrixyz Vrixyz changed the title update to bevy 0.11 Update to bevy 0.11 Jul 9, 2023
@seabassjh
Copy link

The simple demo in WASM is broken (black screen) but I found a fix for it!
https://github.com/Vrixyz/bevy_egui/pull/1/files

Everything else works great :)

@mvlabat
Copy link
Owner

mvlabat commented Jul 10, 2023

Huge thanks @Vrixyz! I'm merging this and will hopefully make a release soon.
@seabassjh thanks, I'll apply your fix too.

@mvlabat mvlabat merged commit 22bf74a into mvlabat:main Jul 10, 2023
19 checks passed
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.

3 participants