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"