summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2023-12-24 22:05:49 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2023-12-24 22:05:56 +1300
commit6500dd529b0ddb06966786c6a65ded6141f12620 (patch)
tree3f7d2adf72c9f970556d750fa7b2d994eb5c1b5e
parente2d9f83b27f894794fb4563e32a7bf8b21c15d07 (diff)
downloadphosphor-6500dd529b0ddb06966786c6a65ded6141f12620.zip
Use Git URLs for dependencies instead of local file paths
Dependencies are now fetched from the benbridle.com git server, instead of Ben's local filesystem.
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ab51f9..1052981 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-buffer = { path = "/home/ben/Libraries/buffer" }
-geometry = { path = "/home/ben/Libraries/geometry" }
+buffer = { git = "git://benbridle.com/buffer" }
+geometry = { git = "git://benbridle.com/geometry" }
softbuffer = "0.3.1"
winit = { version = "0.28.1", default-features=false }