Implemcargo

This commit is contained in:
Mikayla Maki 2022-07-27 16:33:15 -07:00
parent 0ccdc64668
commit 8a48a11a00
3 changed files with 42 additions and 7 deletions

View file

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