1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-25 14:05:41 -05:00

Fix freeze with some drivers when using GLX

Fixes #6972.
This commit is contained in:
Kirill Chibisov 2023-06-17 00:58:29 +00:00
parent 0e6ce4523b
commit b08dd9ded3
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Hyperlink preview not being shown when the terminal has exactly 2 lines
- Crash on Windows when changing display scale factor
- Freeze with some drivers when using GLX
## 0.12.1

4
Cargo.lock generated
View file

@ -698,9 +698,9 @@ dependencies = [
[[package]]
name = "glutin"
version = "0.30.8"
version = "0.30.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f9b771a65f0a1e3ddb6aa16f867d87dc73c922411c255e6c4ab7f6d45c7327"
checksum = "23b0385782048be65f0a9dd046c469d6a758a53fe1aa63a8111dea394d2ffa2f"
dependencies = [
"bitflags",
"cfg_aliases",