summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-01 05:28:19 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-01 05:28:19 +0200
commitc0083437eb888c2822f74e8d462f03656088113a (patch)
tree392bd69f37905f3cdd1fdfc0a9b588d8bf049ba9 /Cargo.toml
parent6fbba6f4eec1f2e7150f02e4c171f8ee60a46236 (diff)
downloadiced-c0083437eb888c2822f74e8d462f03656088113a.tar.gz
iced-c0083437eb888c2822f74e8d462f03656088113a.tar.bz2
iced-c0083437eb888c2822f74e8d462f03656088113a.zip
Add conversion functions for `winit` feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17eb0bc3..f526b803 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ categories = ["gui"]
[dependencies]
stretch = "0.2"
twox-hash = "1.5"
+winit = { version = "0.20.0-alpha3", optional = true }
[dev-dependencies]
ggez = { version = "0.5", git = "https://github.com/hecrj/ggez" }