winit-sonoma-fix/examples
Lúcás Meier 55640a91ae Use consistent return types for available_monitors() (#1207)
* [#1111] Use consistent return types for available_monitors()

Always use `impl Iterator<Item = MonitorHandle>` instead of
`AvailableMonitorsIter`. Fix an example that used the Debug
implementation of `AvailableMonitorsIter`.

* [#1111] Update changelog

* [#1111] Remove AvailableMonitorsIter type completely

* [#1111] Remove doc references to AvailableMonitorsIter
2019-10-05 10:49:24 -04:00
..
cursor.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
cursor_grab.rs Implement DeviceEvent::Button on Mac (#967) 2019-06-27 02:58:21 -04:00
custom_events.rs Change 'proxy.rs' into 'custom_events.rs" (#1101) 2019-08-13 18:09:34 -04:00
fullscreen.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
handling_close.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
min_max_size.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
monitor_list.rs Use consistent return types for available_monitors() (#1207) 2019-10-05 10:49:24 -04:00
multithreaded.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
multiwindow.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
request_redraw.rs Handle RedrawRequested event in request_redraw example (#1030) 2019-07-08 22:22:10 -06:00
resizable.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
timer.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
transparent.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
video_modes.rs Add exclusive fullscreen mode (#925) 2019-07-29 14:16:14 -04:00
window.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
window_icon.rs examples/window_icon.rs: De-duplicate code (#988) 2019-06-27 11:59:13 -04:00
window_run_return.rs Officially remove the Emscripten backend (#1159) 2019-09-13 19:09:45 -04:00