From 1e3a415379e574983e767141e43ce495a1a8fbe4 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 30 Aug 2019 22:59:44 +0200 Subject: Link to temp documentation in `README` for now --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index ad1f8a05..0eeec114 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 -- cgit