AlessioZeni

Results 2 comments of AlessioZeni

If anyone reeealy needs to run bevy 0.15 with this two flags, it is possible to add to cargo.toml: ```/ #patches for zune jpeg [patch.crates-io] zune-jpeg = { git =...

I improved the minimal example, so it is easier to follow and debug: ```rust use rocket::{FromForm, form::Form, fs::TempFile, launch, post, routes}; #[derive(FromForm)] struct DummyForm, } #[post("/", data = "")] async...