summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-30 02:59:53 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-08-30 02:59:53 +0200
commit072cdab48903863f8f5ebaea19bd537428197f51 (patch)
tree580fb9effb18d3f9c49e0042d20a270e7adbb3d3 /Cargo.toml
parentdc4ce4d3b953aa41ff8d29c35b63c96327a2eb77 (diff)
downloadiced-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9006e2a5..488c6eb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."