-
Notifications
You must be signed in to change notification settings - Fork 10
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
[suggestion] bevy_egui support #7
Comments
what version of |
it seems the latest version of there seems to be an open pull request for updating the dep here though im not sure when/how the in the meantime, perhaps you could specify the updated branch as a git dependancy |
closing to inactivity |
PR #184 hasn't been merged yet. I'm having this same error with updated bevy_notify and bevy_inspector_egui. Perhaps this issue should be reopened for visibility? |
seems like its been merged, closing again |
I was hoping I could drop this into a bevy_egui app, which I am building to learn bevy (perhaps I'm the wrong person to get very detailed into what people would want!). But this indicates:
error[E0308]: mismatched types
--> src/menu.rs:100:14
|
100 | Modal::new(contexts.ctx_mut(), LOAD_MAP_MODAL_TITLE).show(|ui| {
| ---------- ^^^^^^^^^^^^^^^^^^ expected
&Context
, found&mut Context
| |
| arguments to this function are incorrect
|
= note:
bevy_egui::egui::Context
andegui::context::Context
have similar names, but are actually distinct typesThe text was updated successfully, but these errors were encountered: