diff options
author | 2019-08-30 22:59:44 +0200 | |
---|---|---|
committer | 2019-08-30 22:59:44 +0200 | |
commit | 1e3a415379e574983e767141e43ce495a1a8fbe4 (patch) | |
tree | c665449abc0f746ccc770197309d16d6ce9dce38 /src | |
parent | 072cdab48903863f8f5ebaea19bd537428197f51 (diff) | |
download | iced-1e3a415379e574983e767141e43ce495a1a8fbe4.tar.gz iced-1e3a415379e574983e767141e43ce495a1a8fbe4.tar.bz2 iced-1e3a415379e574983e767141e43ce495a1a8fbe4.zip |
Link to temp documentation in `README` for now
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -//! Iced is a renderer-agnostic GUI library for Rust focused on simplicity and +//! Iced is a renderer-agnostic GUI library focused on simplicity and //! type-safety. Inspired by [Elm]. //! //! # Features |