Emil Ernerfeldt
Emil Ernerfeldt
So it seems that sometimes the wasm isn't rebuilt when it should be
I've landed some improvements into `rerun` `main` - can you please test to see if they help? You can run with `RUST_LOG=debug` to get more logging out!
I meant `RUST_LOG=debug python -m rerun` `RUST_LOG` is an environment variable, and `RUST_LOG=debug` turns on more verbose logging.
@Omotoye I'm moving the discussion to here: https://github.com/emilk/egui/pull/2449 - I would much appreciate if you help me test it there to help diagnose this
We recently updated to latest `winit` - I wonder if that can have helped things? 🙏 😬
@Omotoye I'm gonna close this and hope that recent changes to `eframe` (including a `winit` update) has solved the issue. If you are still having a problem on `rerun main`,...
Code looks good, but I vote we hold off on merging until miniquad 0.4 is released. Otherwise we can't release a new egui-miniquad if/when there is a new egui release...
Oh interesting! Thanks for working on this. Yes, if you get it to compile and work I'll publish it to crates.io Also: sorry for the slow response, I missed this...
You'll need to switch out `egui_glium` for something that I still maintain, like `egui_glow` or just `eframe` proper
You must update the `toolchain` in `.github/workflows/rust.yml` to get the CI green