alacritty/alacritty_config
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 Add IPC config subcommand 2022-09-01 01:48:38 +03:00
Cargo.toml Update glutin to 0.30.0 2022-11-03 19:37:54 +03:00
LICENSE-APACHE Add licenses to `alacritty_config` 2022-09-05 09:39:09 +03:00
LICENSE-MIT Add licenses to `alacritty_config` 2022-09-05 09:39:09 +03:00