monomere
Results
2
issues of
monomere
I updated winit to 1.29.2, and, because there doesn't seem to be support for it already, decided to quickly update the platform code. Fortunately, it's all pretty smooth! Although there...
While looking at the code, I've noticed that a lot of functions return a plain `std::vector` not behind a reference, that creates extra copying that could be avoided. I've also...