-
Notifications
You must be signed in to change notification settings - Fork 260
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
Provide ability to use GIT egui #91
Comments
Hi @justacec! I haven't looked into the most recent Egui changes in git yet, but there's a chance that the current version of [patch.crates-io]
egui = { git = "https://github.com/emilk/egui.git" } Let me know if that works! |
Humm. Looks like it did not work:
Seems that the |
I tried to make a quick upgrade to the git version but stumbled upon some other breaking changes and new features that aren't quite trivial to implement. Unfortunately, I don't have enough time to work on that at the moment. But I'll try my best to release a new version of bevy_egui as soon as the new version of Egui lands on crates.io. |
:). Thanks for looking into it. It's ok. I have things working as of now. But not with GIT bevy. I went ahead and made a mock table with Grid and will switch it ip as soon as there is a release. No need to change up your flow for me. :) |
Ok, I figured I won't include |
Just got done making the adjustments in my Cargo.toml file:
Worked like a charm. Now to go play with the newer table stuff in egui. Closing this issue. Thanks again! |
I have a situation where I would like to use a Table widget. This is not built into the released version of egui right now, but seems as though a recent merge to master has provided some basic functionality. Is there a way (without forking bevy_egui) that I can get bevy_egui to use the GIT version of egui? Right now it seems as though it is hard coded.
See discussion at emilk/egui#296 and emilk/egui#963 for more details.
Possibly adding a feature flag for a specific git branch of egui would be nice.
The text was updated successfully, but these errors were encountered: