Introduce multi_window from pure

This commit is contained in:
Richard 2022-04-01 17:16:15 -03:00 committed by bungoboingo
parent 7ccd87c36b
commit 529589d7fe
4 changed files with 205 additions and 0 deletions

4
src/multi_window.rs Normal file
View file

@ -0,0 +1,4 @@
//! Leverage multi-window support in your application.
mod application;
pub use application::Application;