From 6500dd529b0ddb06966786c6a65ded6141f12620 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Sun, 24 Dec 2023 22:05:49 +1300 Subject: 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. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 } -- cgit v1.2.3-70-g09d2