You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does the error say when you hover the red icon? There was a similar issue in #5479 due to git LFS, but since you're not using the actual egui repo, it might be a different problem.
What does the error say when you hover the red icon? There was a similar issue in #5479 due to git LFS, but since you're not using the actual egui repo, it might be a different problem.
It said nothing. I looked at the examples' Cargo.toml and found the problem. I didn't enable "features = ["default", "image"] " in my own toml file. Problem sovled now. Thanks a lot.
eframe version : 0.30.0
egui version: 0.30.0
egui_extras version: 0.30.0
env_logger version: 0.11.6
Describe the bug
While rust can find the .png file without problem, the .png is showing as a red exclamation mark in triangle.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Image displayed as the examples screenshot suggested.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: