use hexotk from my disk for now

This commit is contained in:
Weird Constructor 2021-05-29 19:28:15 +02:00
parent 4b2befde62
commit 5019231302

View file

@ -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]