From 10857d108e0eb9b48bac01d9b7dbfeb7e8043e7e Mon Sep 17 00:00:00 2001 From: Drakulix Date: Sat, 15 Apr 2017 00:28:39 +0200 Subject: [PATCH] Move over to crates.io version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 090b92c..a72b80a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ slog = { version = "2.0.0" } slog-stdlog = "2.0.0-0.2" glutin = { version = "~0.7.4", optional = true } glium = { version = "~0.16.0", optional = true } -input = { path = "../input", optional = true } +input = { version = "0.1", optional = true } clippy = { version = "*", optional = true } [dev-dependencies]