summaryrefslogtreecommitdiffstats
path: root/examples/url_handler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez2021-09-021-7/+3
| | | | | | | | | This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!)
* Use new enum variant and new winit repoLibravatar Richard2021-06-252-9/+13
|
* Added events for url handling and create exampleLibravatar Richard2021-06-252-0/+79