summaryrefslogtreecommitdiffstats
path: root/web/src/bus.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-28Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez1-53/+0
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-4/+2
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-02-04Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez1-15/+10
Also improves the overall web runtime, avoiding nested update loops.
2020-01-13Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez1-1/+8
2020-01-12Additional clone removals for wasmLibravatar Elliott Mahler1-1/+1
2019-11-24Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez1-1/+1
2019-11-22Write docs for `iced_web`Libravatar Héctor Ramón Jiménez1-1/+14
2019-10-09Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez1-2/+2
- 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-09-15Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez1-0/+40