Replies: 2 comments
-
If you are using eframe, you should add eframe as a dependency, not egui. See these sections from the README: https://github.com/emilk/egui?tab=readme-ov-file#what-is-the-difference-between-egui-and-eframe |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh did not know that. This fixes my problem. Thank you! |
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
-
I am very newbie to egui. I want to use egui for my side project. Searching the discussion here, but I do not find any related discussion. After adding egui crate to my project in Cargo.toml
In the main.rs file, I add
use eframe::egui;
. Then building the app withcargo build
. Then the rust compiler complainsHow should I fix this error? Thanks
Beta Was this translation helpful? Give feedback.
All reactions