diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2025-01-04 01:18:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-04 01:18:00 +0300 |
commit | 438a9ac2478c762342c5dd0e570bad26c2043ffa (patch) | |
tree | 7ca1b42a73af14e3bf8cd5d97caf8ce6e4d661e6 | |
parent | 9dc367b49c03151d4dc385a30401ea90ad228684 (diff) | |
parent | 427d811cb02b5dda55252ab779a9aca5d0263b6e (diff) | |
download | alacritty-rewrite-appdataxml.tar.gz alacritty-rewrite-appdataxml.zip |
Merge branch 'master' into rewrite-appdataxmlrewrite-appdataxml
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -2045,9 +2045,9 @@ dependencies = [ [[package]] name = "vte" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b" +checksum = "9a0b683b20ef64071ff03745b14391751f6beab06a54347885459b77a3f2caa5" dependencies = [ "bitflags 2.6.0", "cursor-icon", @@ -6,7 +6,7 @@ <p align="center"> <img alt="Alacritty - A fast, cross-platform, OpenGL terminal emulator" - src="extra/promo/alacritty-readme.png"> + src="https://raw.githubusercontent.com/alacritty/alacritty/master/extra/promo/alacritty-readme.png"> </p> ## About |