change project structure to make more sense
(move wm only stuff to wm dir)
This commit is contained in:
9
wm/src/lib.rs
Normal file
9
wm/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
pub use linux;
|
||||
pub use termion;
|
||||
|
||||
pub mod framebuffer;
|
||||
pub mod window_manager;
|
||||
pub mod fs;
|
||||
mod proxy_window_like;
|
||||
mod essential;
|
||||
|
||||
Reference in New Issue
Block a user