Start on rendering the outline view

This commit is contained in:
Antonio Scandurra 2022-01-13 12:01:11 +01:00
parent ef596c64f8
commit d6ed2ba642
5 changed files with 152 additions and 11 deletions

View file

@ -7,8 +7,9 @@ edition = "2021"
path = "src/outline.rs"
[dependencies]
text = { path = "../text" }
editor = { path = "../editor" }
gpui = { path = "../gpui" }
language = { path = "../language" }
text = { path = "../text" }
workspace = { path = "../workspace" }
postage = { version = "0.4", features = ["futures-traits"] }