Extract project_panel into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 14:19:57 +02:00
parent 499616d769
commit d04a11405c
6 changed files with 39 additions and 17 deletions

View file

@ -16,7 +16,7 @@ use zed::{
client::{http, ChannelList, UserStore},
editor, file_finder,
fs::RealFs,
language, menus, people_panel, project_panel, theme_selector, AppState, OpenParams, OpenPaths,
language, menus, people_panel, theme_selector, AppState, OpenParams, OpenPaths,
};
fn main() {