Skip to content

Commit

Permalink
Get deps from git and not local
Browse files Browse the repository at this point in the history
  • Loading branch information
mankinskin committed Oct 4, 2024
1 parent c3c237c commit 0520970
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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"
Expand Down

0 comments on commit 0520970

Please sign in to comment.