pinel 0.8.0

A lightweight editor built with rust
1
2
3
4
5
6
7
8
9
pub mod context_menu;
pub mod editor;
pub mod sidebar;
pub mod styles;

pub use context_menu::*;
pub use editor::*;
pub use sidebar::*;
pub use styles::*;