Move Screenshot inside window module
This commit is contained in:
parent
93673836cd
commit
5ae726e02c
7 changed files with 13 additions and 10 deletions
|
|
@ -1,13 +1,15 @@
|
|||
//! Build window-based GUI applications.
|
||||
mod action;
|
||||
|
||||
pub mod screenshot;
|
||||
|
||||
pub use action::Action;
|
||||
pub use screenshot::Screenshot;
|
||||
|
||||
use crate::command::{self, Command};
|
||||
use crate::core::time::Instant;
|
||||
use crate::core::window::{Event, Icon, Level, Mode, UserAttention};
|
||||
use crate::futures::subscription::{self, Subscription};
|
||||
use crate::screenshot::Screenshot;
|
||||
|
||||
/// Subscribes to the frames of the window of the running application.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue