From 5019231302a62d48b8ef7c6e656af682355b4054 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Sat, 29 May 2021 19:28:15 +0200 Subject: [PATCH] use hexotk from my disk for now --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5db964..628e16f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,8 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" ringbuf = "0.2.2" triple_buffer = "5.0.6" -hexotk = { optional = true, git = "https://github.com/WeirdConstructor/HexoTK.git" } +#hexotk = { optional = true, git = "https://github.com/WeirdConstructor/HexoTK.git" } +hexotk = { optional = true, path = "../hexotk" } hound = "3.4.0" [dev-dependencies]