Replies: 1 comment 5 replies
-
Have you enabled the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run the application with
eframe::run_native(Box::new(app), default());
. However, the code insidesetup
isn't called:Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions