alacritty/.github/workflows
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
..
ci.yml Update glutin to 0.30.0 2022-11-03 19:37:54 +03:00
release.yml Include extra directory in crate 2022-08-24 09:19:30 +00:00
upload_asset.sh Fix CI upload assets tag matching 2020-11-25 01:31:21 +00:00