How to use Context::include_bytes for Images ? #5021
Closed
Shrav108
started this conversation in
Announcements
Replies: 2 comments 2 replies
-
You need to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an application where the GUI updates new plots on to the screen when a button is pressed. The plot gets saves a .jpeg internally and displays it on the app. I have the following code
In cargo.toml :
When I run the app, I get this message
I also tried with :
but still the same message.
How to include Context::include_byte or add more byte loaders ?
Beta Was this translation helpful? Give feedback.
All reactions