diff options
author | 2019-08-30 02:59:53 +0200 | |
---|---|---|
committer | 2019-08-30 02:59:53 +0200 | |
commit | 072cdab48903863f8f5ebaea19bd537428197f51 (patch) | |
tree | 580fb9effb18d3f9c49e0042d20a270e7adbb3d3 /Cargo.toml | |
parent | dc4ce4d3b953aa41ff8d29c35b63c96327a2eb77 (diff) | |
download | iced-072cdab48903863f8f5ebaea19bd537428197f51.tar.gz iced-072cdab48903863f8f5ebaea19bd537428197f51.tar.bz2 iced-072cdab48903863f8f5ebaea19bd537428197f51.zip |
Write documentation example for `Element::map`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "iced" -version = "0.0.0" +version = "0.1.0-alpha" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2018" description = "A GUI runtime, heavily inspired by Elm." |