Remove local path mistakenly added to Cargo.toml

This commit is contained in:
Patrick Walton 2017-02-02 16:07:07 -08:00
parent b7e9763e5a
commit c41cd1f150
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ memmap = "0.5"
time = "0.1" time = "0.1"
[dependencies.compute-shader] [dependencies.compute-shader]
# git = "https://github.com/pcwalton/compute-shader.git" git = "https://github.com/pcwalton/compute-shader.git"
path = "/Users/pcwalton/Source/rust-packages/compute-shader"
[dev-dependencies] [dev-dependencies]
bencher = "0.1" bencher = "0.1"