Simplify internal type construction

This commit is contained in:
Mads Marquart
2022-09-21 10:04:28 +02:00
committed by GitHub
parent 25b129362f
commit fafdedfb7d
30 changed files with 242 additions and 285 deletions

View File

@@ -15,6 +15,7 @@ pub(crate) use self::{
};
pub use self::icon::WinIcon as PlatformIcon;
pub(self) use crate::platform_impl::Fullscreen;
use crate::event::DeviceId as RootDeviceId;
use crate::icon::Icon;