Improve window::Position API
This commit is contained in:
parent
6793a7e00d
commit
72b3bf95de
7 changed files with 121 additions and 16 deletions
|
|
@ -1,9 +1,11 @@
|
|||
//! Configure the window of your application in native platforms.
|
||||
mod mode;
|
||||
mod position;
|
||||
mod settings;
|
||||
|
||||
pub mod icon;
|
||||
|
||||
pub use icon::Icon;
|
||||
pub use mode::Mode;
|
||||
pub use position::Position;
|
||||
pub use settings::Settings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue