How to let bevy load bitmap #13765
-
How to let bevy load bitmap |
Beta Was this translation helpful? Give feedback.
Answered by
han1548772930
Jun 9, 2024
Replies: 1 comment 1 reply
-
You need to enable the bmp feature: https://github.com/bevyengine/bevy/blob/main/docs/cargo_features.md#optional-features |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, I just found a way