Abandoning this attempt, nto good enough at async

This commit is contained in:
Mikayla Maki 2022-08-01 16:47:16 -07:00
parent 8471af5a7d
commit 05cc78d929
7 changed files with 263 additions and 158 deletions

View file

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