Start on rendering the outline view
This commit is contained in:
parent
ef596c64f8
commit
d6ed2ba642
5 changed files with 152 additions and 11 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue