diff options
| author | 2023-06-27 19:41:03 +0200 | |
|---|---|---|
| committer | 2023-06-27 19:41:03 +0200 | |
| commit | 5ae726e02c4d6c9889ef7335d9bc80ef1992e34f (patch) | |
| tree | e1f3c2b81eee55d9a1426e847dfbb25d523d7885 /src | |
| parent | 93673836cd2932351b25dea6ca46ae50d0e35ace (diff) | |
| download | iced-5ae726e02c4d6c9889ef7335d9bc80ef1992e34f.tar.gz iced-5ae726e02c4d6c9889ef7335d9bc80ef1992e34f.tar.bz2 iced-5ae726e02c4d6c9889ef7335d9bc80ef1992e34f.zip  | |
Move `Screenshot` inside `window` module
Diffstat (limited to '')
| -rw-r--r-- | src/lib.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -276,6 +276,7 @@ pub mod widget {      mod native {}      mod renderer {}      mod style {} +    mod runtime {}  }  pub use application::Application;  | 
