Hey everyone ๐
oke, so
context: I have custom AssetIO to load images from url + some processing after in load_path() (resize, crop etc)
how do i tell bevy what type vec<u8> is if there is no extension at the end of the path/url?
right now i'm abusing extension logic with url params (like https://some-image-storage.com/img/123?.png), but would be great to be able to just pass mime type or extension manually