ZIm/zed/src/lib.rs
Max Brunsfeld 3247f49954 Allow menu items to specify arguments for their commands
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-04-12 14:09:49 -07:00

15 lines
223 B
Rust

pub mod assets;
pub mod editor;
pub mod file_finder;
pub mod menus;
mod operation_queue;
pub mod settings;
mod sum_tree;
#[cfg(test)]
mod test;
mod time;
mod timer;
mod util;
pub mod watch;
pub mod workspace;
mod worktree;