Closed Occuros closed 1 year ago
When trying to compile the egui example there is an issue with the EguiContext which is retrieved as a resource but is now a normal component.
EguiContext
Error: the trait boundEguiContext: Resourceis not satisfied
the trait bound
is not satisfied
Fixed :) Thanks for the heads up!
When trying to compile the egui example there is an issue with the
EguiContext
which is retrieved as a resource but is now a normal component.Error:
the trait bound
EguiContext: Resourceis not satisfied