diff options
author | 2024-02-15 03:33:43 +0100 | |
---|---|---|
committer | 2024-02-15 03:33:43 +0100 | |
commit | be2cad176fc02d6a2da05166d26f075bca6eb5c0 (patch) | |
tree | 55e3ea6c3df5b1b6936a5430e04dc815de82d623 /runtime | |
parent | be047df649ad717f6d62ab5ece2a072edadf087a (diff) | |
download | iced-be2cad176fc02d6a2da05166d26f075bca6eb5c0.tar.gz iced-be2cad176fc02d6a2da05166d26f075bca6eb5c0.tar.bz2 iced-be2cad176fc02d6a2da05166d26f075bca6eb5c0.zip |
Fix URL of graph image in `iced_runtime` docs
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index d448fe58..5c2836a5 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -1,6 +1,6 @@ //! A renderer-agnostic native GUI runtime. //! -//!  +//!  //! //! `iced_runtime` takes [`iced_core`] and builds a native runtime on top of it. //! |