From 0520970212b1633e98e14934aba7930c5b180860 Mon Sep 17 00:00:00 2001 From: Linus Behrbohm Date: Fri, 4 Oct 2024 03:00:13 +0200 Subject: [PATCH] Get deps from git and not local --- Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d190bc0..80eabb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,8 @@ async-std = "1.12" tracing-mutex = "0.3" [dependencies.tracing-egui] -path = "../tracing-egui" +#path = "../tracing-egui" +git = "https://github.com/mankinskin/tracing-egui" #version = "^0.1" [dependencies.tracing] @@ -39,9 +40,9 @@ version = "^0.3" features = ["json"] [dependencies.eframe] -path = "../egui/crates/eframe" -#git = "https://github.com/mankinskin/egui" -#branch = "placer-measure" +#path = "../egui/crates/eframe" +git = "https://github.com/mankinskin/egui" +branch = "placer-measure" [dependencies.tokio] version = "^1"