Projects STRLCPY alacritty Commits c4e8b539
🤬
  • Downgrade glutin version

    The glutin version bump to 0.27.0 has introduced a lot of new issues and
    crashes to Alacritty due to the connected winit update. Since it doesn't
    solve any major issues downgrading glutin temporarily should improve
    Alacritty's reliability.
  • Loading...
  • Christian Duerr committed 3 years ago
    c4e8b539
    1 parent 70e729db
  • ■ ■ ■ ■
    alacritty/Cargo.toml
    skipped 24 lines
    25 25  serde = { version = "1", features = ["derive"] }
    26 26  serde_yaml = "0.8"
    27 27  serde_json = "1"
    28  -glutin = { version = "0.27.0", default-features = false, features = ["serde"] }
     28 +glutin = { version = "0.26.0", default-features = false, features = ["serde"] }
    29 29  notify = "4"
    30 30  parking_lot = "0.11.0"
    31 31  crossfont = { version = "0.3.0", features = ["force_system_fontconfig"] }
    skipped 36 lines
Please wait...
Page is in error, reload to recover