egui::CentralPanel::default().show(ctx,|_ui|{});// just to paint a background for the windows to be on top of. Needed on web because of https://github.com/emilk/egui/issues/1548
letmutfill=ctx.style().visuals.extreme_bg_color;
if!cfg!(target_arch="wasm32"){
// Native: WrapApp uses a transparent window, so let's show that off:
// NOTE: the OS compositor assumes "normal" blending, so we need to hack it: