Closed Vixeliz closed 1 year ago
Looks like you use old version of the crate. Try to update the deps:
cargo update -p belly
If this doesn't help share the output of
cargo tree | grep belly
Thank you for the contribution!
Yep that worked thank you!
I tried using a bevy handle for the image src however I get the error
this is the code:
Based off of the example image-sources.rs i don't see anything im doing wrong. It's worth noting im on git instead of release so i realize that may be the issue. Im on git due to the alsa in the Cargo.toml not fixed in a release yet afaik. Any help would be appreciated. (Im aware i can just pass in a string and itll load the image however it seems to be inconsistent in my use case)