This commit is contained in:
Antonio Scandurra 2022-05-25 10:23:43 +02:00
parent dcee8439b6
commit f403d87eff
8 changed files with 140 additions and 42 deletions

View file

@ -8,6 +8,7 @@ path = "src/project_panel.rs"
doctest = false
[dependencies]
context_menu = { path = "../context_menu" }
editor = { path = "../editor" }
gpui = { path = "../gpui" }
project = { path = "../project" }