Move Screenshot inside window module

This commit is contained in:
Héctor Ramón Jiménez 2023-06-27 19:41:03 +02:00
parent 93673836cd
commit 5ae726e02c
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
7 changed files with 13 additions and 10 deletions

View file

@ -276,6 +276,7 @@ pub mod widget {
mod native {}
mod renderer {}
mod style {}
mod runtime {}
}
pub use application::Application;