Improve window::Position API
This commit is contained in:
parent
6793a7e00d
commit
72b3bf95de
7 changed files with 121 additions and 16 deletions
|
|
@ -31,12 +31,14 @@ pub mod settings;
|
|||
mod clipboard;
|
||||
mod error;
|
||||
mod mode;
|
||||
mod position;
|
||||
mod proxy;
|
||||
|
||||
pub use application::Application;
|
||||
pub use clipboard::Clipboard;
|
||||
pub use error::Error;
|
||||
pub use mode::Mode;
|
||||
pub use position::Position;
|
||||
pub use proxy::Proxy;
|
||||
pub use settings::Settings;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue