diff --git a/iced_runtime/index.html b/iced_runtime/index.html index 18362480070..c5c6506240f 100644 --- a/iced_runtime/index.html +++ b/iced_runtime/index.html @@ -1,5 +1,5 @@ iced_runtime - Rust

Crate iced_runtime

source ·
Expand description

A renderer-agnostic native GUI runtime.

-

The native path of the Iced ecosystem

+

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 command::Command;
  • pub use program::Program;
  • pub use user_interface::UserInterface;
  • pub use iced_core as core;
  • pub use iced_futures as futures;

Modules

  • Access the clipboard.
  • Run asynchronous actions.
  • 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.
  • 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.
  • A font.
\ No newline at end of file diff --git a/src/iced_runtime/lib.rs.html b/src/iced_runtime/lib.rs.html index d39b47848f9..5ecb2e206a0 100644 --- a/src/iced_runtime/lib.rs.html +++ b/src/iced_runtime/lib.rs.html @@ -48,7 +48,7 @@ 48
//! A renderer-agnostic native GUI runtime.
 //!
-//! ![The native path of the Iced ecosystem](https://github.com/iced-rs/iced/raw/improvement/update-ecosystem-and-roadmap/docs/graphs/native.png)
+//! ![The native path of the Iced ecosystem](https://github.com/iced-rs/iced/blob/master/docs/graphs/native.png?raw=true)
 //!
 //! `iced_runtime` takes [`iced_core`] and builds a native runtime on top of it.
 //!