summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-01 20:29:59 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-01 20:29:59 +0200
commitf09d71db278bc21bc8b22734371f2dd492b52cde (patch)
tree04f1618440f2e50698c23a1686b3f0ad809e3bfa /Cargo.toml
parentc0083437eb888c2822f74e8d462f03656088113a (diff)
downloadiced-f09d71db278bc21bc8b22734371f2dd492b52cde.tar.gz
iced-f09d71db278bc21bc8b22734371f2dd492b52cde.tar.bz2
iced-f09d71db278bc21bc8b22734371f2dd492b52cde.zip
Add more implementation details to `README`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f526b803..9359a086 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,8 @@ categories = ["gui"]
[dependencies]
stretch = "0.2"
twox-hash = "1.5"
+
+# Enable to obtain conversion traits
winit = { version = "0.20.0-alpha3", optional = true }
[dev-dependencies]