Closed coderedart closed 1 year ago
I see rand, noise and glutin crates which are not latest.
I see rand, noise and glutin crates which are not latest.
rand and noise is just dev dependencies (only used in examples) and I remember one of them was not working on web in a newer release. An old version of glutin is used for headless since that's not supported in the new release 🤷 the rest use the latest version.
Understood. then, we can merge this if the CI passes. :partying_face:
I changed the glutin gl api preference to match eframe. There were a bunch of issues if we used EglThe(X11/Wgl) instead of the reverse. So, glutin devs recommended trying native first and then fallback to Egl.
nice. no changes needed it seems.
it seems there's a bunch of other dependencies that are in need of upgrading.