Move editor into its own crate
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
d5b60ad124
commit
1d97f08901
28 changed files with 456 additions and 400 deletions
|
@ -4,8 +4,6 @@ use std::sync::Arc;
|
|||
|
||||
#[cfg(target_os = "macos")]
|
||||
pub fn menus(state: &Arc<AppState>) -> Vec<Menu<'static>> {
|
||||
use crate::editor;
|
||||
|
||||
vec![
|
||||
Menu {
|
||||
name: "Zed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue