johanhelsing / bevy_pancam

A bevy plugin for panning orthographic cameras
Apache License 2.0
173 stars 26 forks source link

egui example is not compiling #34

Closed Occuros closed 1 year ago

Occuros commented 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.

Error: the trait boundEguiContext: Resourceis not satisfied

johanhelsing commented 1 year ago

Fixed :) Thanks for the heads up!