Alphyr
Alphyr
> I'm not sure about this one. Is the motivation primarily for cleanliness? It is also to avoid having a useless lifetime parameter to `FormatReader`, which is more annoying than...
Hi @pdeljanov ! Does the current state satisfy you ?
These benchmarks do very few things within the iteration, which sometimes allow LLVM to optimize the loop far better... or not ! This seems to be *very* fragile. Adding a...
There is no need for a release of `parking_lot`, a minor release of `parking_lot_core` is enough, as [the last one](https://github.com/Amanieu/parking_lot/commit/847b5cab64fe3a87f853de0cac479d78e5a7ee77).
I agree that it would be great, but requires a lot of work. Even ignoring `winit` 0.30 changes and `ApplicationHandler`, moving to `0.29` requires significant work around the keyboard API...
Also this is required to keep up with `wgpu` version too because of `raw-window-handle`
Done in #1298
Could you use `basic_toml` instead ? I think that it is enough for our needs. Its API should look like `toml` 0.5. If it takes too much time, let it...
Can you rebase this on `devel`, please ?
Merged as #1298