-
Notifications
You must be signed in to change notification settings - Fork 32
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
add egui-material-icons & move workspace dependencies #38
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Moving egui-material-icons here makes total sense. And moving shared dependencies to the root Cargo.toml is great, too.
Please split this in two PRs next time, which would make it a lot easier to review
Sorry for not splitting up sorry :-/ |
FYI: thats why the new proc-macro was failing on windows |
Fixes: The example target `virtual_list` in package `egui_virtual_list v0.4.0 (D:\a\hello_egui\hello_egui\crates\egui_virtual_list)` has the same output filename as the example target `virtual_list` in package `egui_dnd v0.9.1 (D:\a\hello_egui\hello_egui\crates\egui_dnd)`. Colliding filename is: D:\a\hello_egui\hello_egui\target\debug\examples\virtual_list.pdb The targets should have unique names. Consider changing their names to be unique or compiling them separately. This may become a hard error in the future; see <rust-lang/cargo#6313>.
@lucasmerlin halleluja all ci things fixed! |
Awesome, thank you! |
Time for an update to crates? |
Yes definitely, I plan to release a new version tomorrow after doing some finishing touches to egui_flex |
No description provided.