iced/web
Héctor Ramón Jiménez a92a0b73ed Move winit logic from iced to iced_winit
- Added new `renderer::Windowed` trait. This shoud allow users to easily
  try different renderers by simply changing one line.
- Renamed `UserInterface` traits to `Application`, as the `run` method
  takes total control of the current thread.
- Moved `MouseCursor` back to `iced_native`. The new
  `renderer::Windowed` trait returns one on `draw`.
- Split `iced_native` renderer in multiple modules, for consistency.
2019-10-09 05:36:49 +02:00
..
src Move winit logic from iced to iced_winit 2019-10-09 05:36:49 +02:00
Cargo.toml Create iced_core and iced_native 2019-09-20 19:15:31 +02:00