Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `Command` implementations platform-specific | 2021-09-02 | 1 | -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 repo | 2021-06-25 | 2 | -9/+13 | |
| | |||||
* | Added events for url handling and create example | 2021-06-25 | 2 | -0/+79 | |