Crate iced_runtime

Source
Expand description

A renderer-agnostic native GUI runtime.

The native path of the Iced ecosystem

iced_runtime takes iced_core and builds a native runtime on top of it.

Re-exports§

  • pub use program::Program;
  • pub use task::Task;
  • pub use user_interface::UserInterface;
  • pub use iced_core as core;
  • pub use iced_futures as futures;

Modules§

  • Access the clipboard.
  • Load and use fonts.
  • Track keyboard events.
  • multi_windowmulti-window
    A multi-window application.
  • Overlays for user interfaces.
  • Build interactive programs using The Elm Architecture.
  • Access the native system.
  • Create runtime tasks.
  • Implement your own event loop to drive a user interface.
  • Build window-based GUI applications.

Structs§

  • Debugdebug
    A bunch of time measurements for debugging purposes.

Enums§

  • An action that the iced runtime can perform.

Functions§

  • Creates a Task that exits the iced runtime.