alacritty/alacritty_terminal
Kirill Chibisov 0e418bc2f7
Update glutin to 0.30.0
The glutin 0.30.0 update decouples glutin from winit which
provides us with basis for a multithreaded renderer. This
also improves robustness of our configuration picking,
context creation, and surface handling.

As an example we're now able to start on systems without a vsync,
we don't try to build lots of contexts to check if some config works,
and so on.

That also brings us possibility to handle context losses, but that's
a future work.

Fixes #1268.
2022-11-03 19:37:54 +03:00
..
src Fix startup failure on macOS with dash as /bin/sh 2022-10-22 13:17:46 +03:00
tests Fix inverted condition for cell's extra clearing 2022-07-24 13:05:46 +03:00
Cargo.toml Update glutin to 0.30.0 2022-11-03 19:37:54 +03:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00