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]