summaryrefslogtreecommitdiffstats
path: root/winit/src/system.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-27Rename `system::information` to `fetch_information`Libravatar Richard1-1/+1
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-3/+3
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Introduce `get_information`Libravatar Richard1-0/+39
2022-04-26Export new `system` moduleLibravatar Richard1-3/+3
2022-04-26Add function helper in `iced_winit::system`Libravatar Richard1-0/+14