Egui_extras not compiling against crates.io egui 0.23.0 #3545
babazaroni
started this conversation in
General
Replies: 1 comment
-
I've gone back to the Nov 1 version of egui_extras. This compiles against crates.io egui 0.23.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I need to make changes in egui_extras/table to add functionality like row highlighting, I downloaded the egui zip and compile my app against this version. Egui_extras isolated alone will not compile against the egui 0.23.0 in crates.io.
The specific problem is the crates.io version does not have the 'scroll' member of struct 'Spacing'. This would not be a problem if I could compile all my code against the github egui. But, the crates.io egui is being pulled in by some other crate and I wind up with two egui versions and my code will not compile.
Is there a way to prevent the crates.io version from being pulled in?
Should I report this as an issue?
Beta Was this translation helpful? Give feedback.
All reactions