Improved render performance implementation to use a fork of alacritty which includes the last # of bytes processed as a way of estimating throughput in cases where the terminal output is chanegd in place

This commit is contained in:
Mikayla Maki 2022-07-28 16:03:00 -07:00
parent 81cbdcfd11
commit 8471af5a7d
3 changed files with 12 additions and 13 deletions

View file

@ -8,7 +8,7 @@ path = "src/terminal.rs"
doctest = false
[dependencies]
alacritty_terminal = { git = "https://github.com/zed-industries/alacritty", rev = "382e1892c4eaae7d45ec6ea580db47242ec66e31"}
alacritty_terminal = { git = "https://github.com/zed-industries/alacritty", rev = "ba56f545e3e3606af0112c6bdfe998baf7faab50"}
editor = { path = "../editor" }
util = { path = "../util" }
gpui = { path = "../gpui" }