From f09d71db278bc21bc8b22734371f2dd492b52cde Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 1 Sep 2019 20:29:59 +0200 Subject: Add more implementation details to `README` --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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] -- cgit