Add function helper in iced_winit::system

This commit is contained in:
Richard 2022-03-10 01:56:25 -03:00
parent c2f45a192f
commit 0b36a55196
2 changed files with 15 additions and 0 deletions

View file

@ -31,6 +31,7 @@ pub mod application;
pub mod clipboard;
pub mod conversion;
pub mod settings;
pub mod system;
pub mod window;
mod error;