use hexotk from my disk for now
This commit is contained in:
parent
4b2befde62
commit
5019231302
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
ringbuf = "0.2.2"
|
ringbuf = "0.2.2"
|
||||||
triple_buffer = "5.0.6"
|
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"
|
hound = "3.4.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue