summaryrefslogtreecommitdiffstats
path: root/winit/src/proxy.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-1/+1
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Write documentation for new `iced_winit` APILibravatar Héctor Ramón Jiménez2020-05-281-0/+4
|
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-0/+1
|
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-041-1/+2
| | | | Also improves the overall web runtime, avoiding nested update loops.
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-201-1/+1
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-0/+57