Mona
Mona
Anything older than Nov 2020 from [here](https://github.com/google/gfbuild-angle/tags) should work
> Thanks, @drewtato. That's weird. I guess uninstalling and then re-install it can fix it. I also had this issue and fixed it by doing this. Before I fixed it,...
I believe I'm hitting a related issue but in my case it's a custom `Image` loader hitting unreachables. Minimal repro follows: ```rust use bevy::asset::io::Reader; use bevy::asset::{AssetLoader, LoadContext}; use bevy::prelude::*; use...
Having just spent a couple days trying to gracefully clean up a background future, this whole situation needs to be better documented if nothing else. Exiting with `std::process::exit` means a...