iced-yoda/futures/src
Héctor Ramón Jiménez 76698ff2b5
Make Command implementations platform-specific
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!)
2021-09-02 13:29:34 +07:00
..
executor Add smol async runtime 2021-01-14 12:28:02 +01:00
subscription Log event subscription error as a warning 2021-02-23 02:16:12 +01:00
executor.rs Add smol async runtime 2021-01-14 12:28:02 +01:00
lib.rs Make Command implementations platform-specific 2021-09-02 13:29:34 +07:00
runtime.rs Make Command implementations platform-specific 2021-09-02 13:29:34 +07:00
subscription.rs docs: update all 0.2 github links to 0.3 2021-06-14 21:01:37 +03:00
time.rs Use smol::Timer::interval for time::Every 2021-01-15 21:07:37 +01:00