From 86fec9ff540b9ec19897a97ab2733480505668ed Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 3 Feb 2017 15:18:48 -0800 Subject: [PATCH] Fix local path in 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"