Files
oak-gpui/zed/src/lib.rs
T
Nathan SoboandAntonio Scandurra f5df3681f8 Add file_finder module
Still need to wire up key bindings to make it toggle.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2021-03-21 10:50:07 -06:00

15 lines
204 B
Rust

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