Introduce multi_window from pure
This commit is contained in:
parent
7ccd87c36b
commit
529589d7fe
4 changed files with 205 additions and 0 deletions
4
src/multi_window.rs
Normal file
4
src/multi_window.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
//! Leverage multi-window support in your application.
|
||||
mod application;
|
||||
|
||||
pub use application::Application;
|
||||
Loading…
Add table
Add a link
Reference in a new issue