Fix local path in Cargo.toml

This commit is contained in:
Patrick Walton 2017-02-03 15:18:48 -08:00
parent da7c70f035
commit 86fec9ff54
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"