summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-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 }