iced/src
Héctor Ramón Jiménez ae5a2502d6 Remove executor::Null from the root public API
Using an `Application` with `executor::Null` does not make sense, as the
whole purpose of an `Application` is to allow executing async actions.

When async actions are not needed, `Sandbox` should be used instead.
2020-10-17 08:46:16 +02:00
..
window Fixes #539: Allow windows to be set always_on_top 2020-09-28 21:05:15 -07:00
application.rs Remove executor::Null from the root public API 2020-10-17 08:46:16 +02:00
element.rs Introduce feature flags to enable iced_glow 2020-05-27 05:05:13 +02:00
error.rs Make Application and Sandbox return a Result 2020-09-08 00:44:59 +02:00
executor.rs Remove executor::Null from the root public API 2020-10-17 08:46:16 +02:00
keyboard.rs Remove inconsistent input module in iced_native 2020-04-30 05:04:45 +02:00
lib.rs Make Application and Sandbox return a Result 2020-09-08 00:44:59 +02:00
mouse.rs Rename MouseCursor to mouse::Interaction 2020-04-30 08:16:38 +02:00
result.rs Make Application and Sandbox return a Result 2020-09-08 00:44:59 +02:00
sandbox.rs Remove executor::Null from the root public API 2020-10-17 08:46:16 +02:00
settings.rs Move Icon to iced crate and introduce Error 2020-07-01 06:10:31 +02:00
time.rs Implement time::every in iced_futures 2020-04-30 05:37:44 +02:00
widget.rs widget Rule added 2020-08-22 21:23:27 +02:00
window.rs Move Icon to iced crate and introduce Error 2020-07-01 06:10:31 +02:00