RetainedImage is being deprecated. Migrating away. #3583
Unanswered
miketwenty1
asked this question in
Q&A
Replies: 1 comment
-
I have a similar issue where I am currently using Any comments or updates here? |
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 got RetainedImage working a while back with my bevy app, but I see it's going to be deprecated in favor of
egui::Image
.I was struggling to get the qr code appearing. egui::Image's require lifetimes it seems and that apparently doesn't play nice with the bevy Resource system I was using that requires static lifetimes. Any help would be great. Currently getting a blank qr code in the egui window.
Notes: old RetainedImage question from about a year ago.
#2528
Beta Was this translation helpful? Give feedback.
All reactions