summaryrefslogtreecommitdiffstats
path: root/native/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-101-3/+0
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-0/+1
| | | | | | | | | | - 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.
* Remove `stretch` optional dependency in `core`Libravatar Héctor Ramón Jiménez2019-09-241-1/+1
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-0/+19