From c41cd1f1501111a96354ee349e534c139d8be08e Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 2 Feb 2017 16:07:07 -0800 Subject: [PATCH] Remove local path mistakenly added to Cargo.toml --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5297a82b..96be331d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,7 @@ memmap = "0.5" time = "0.1" [dependencies.compute-shader] -# git = "https://github.com/pcwalton/compute-shader.git" -path = "/Users/pcwalton/Source/rust-packages/compute-shader" +git = "https://github.com/pcwalton/compute-shader.git" [dev-dependencies] bencher = "0.1"