winit-sonoma-fix/src
Luis Wirth 078b9719cc
implement mint conversions ()
Implement conversions for [mint](https://docs.rs/mint) (math interoperability standard types).

- `impl From<mint::Point2> for {Physical, Logical}Position`
- `impl From<{Physical, Logical}Position> for mint::Point2`

- `impl From<mint::Vector2> for {Physical, Logical}Size`
- `impl From<{Physical, Logical}Size> for mint::Vector2`
2021-05-09 00:56:52 +02:00
..
platform Allow preventing the creation of the default menu () 2021-04-30 13:34:50 +02:00
platform_impl Allow preventing the creation of the default menu () 2021-04-30 13:34:50 +02:00
dpi.rs implement mint conversions () 2021-05-09 00:56:52 +02:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter () 2019-07-09 17:49:07 -04:00
event.rs On Wayland, don't drop extra mouse buttons 2020-12-09 23:11:25 +03:00
event_loop.rs Clarify ControlFlow::Poll doc for web () 2020-09-24 10:30:26 -04:00
icon.rs Add ability to create Icons from embedded resources on Windows () 2020-03-07 14:42:21 -05:00
lib.rs Rename desktop eventloop extensions to run_return extension () 2020-11-12 20:49:44 +01:00
monitor.rs Fix misspellings in comments () 2020-07-09 08:08:26 -07:00
window.rs Add WindowBuilder::with_outer_position () 2021-03-25 19:18:51 +01:00