@@ -34,7 +34,7 @@ macros = ["hv-lua-derive/macros"]
34
34
default = [" luajit" , " macros" , " hv-ecs" , " send" , " serialize" ]
35
35
36
36
[dependencies ]
37
- hv-lua-derive = { version = " =0.6.0" , optional = true , path = " ../hv-lua-derive" }
37
+ hv-lua-derive = { version = " =0.6.0" , optional = true , path = " ../hv-dev/hv/crates/hv- lua-derive" }
38
38
bstr = { version = " 0.2" , features = [" std" ], default_features = false }
39
39
once_cell = { version = " 1.0" }
40
40
num-traits = { version = " 0.2.14" }
@@ -43,16 +43,16 @@ futures-task = { version = "0.3.5", optional = true }
43
43
futures-util = { version = " 0.3.5" , optional = true }
44
44
serde = { version = " 1.0" , optional = true }
45
45
erased-serde = { version = " 0.3" , optional = true }
46
- hv-ecs = { version = " 0.1.0" , path = " ../hv-ecs " , optional = true }
47
- hv-sync = { version = " 0.1.0" , path = " ../hv-sync" }
48
- hv-alchemy = { version = " 0.1.0" , path = " ../hv-alchemy " }
49
- hv-math = { version = " 0.1.0" , path = " ../hv-math" }
46
+ hv-ecs = { version = " 0.1.0" , optional = true }
47
+ hv-sync = { version = " 0.1.0" , path = " ../hv-dev/hv/crates/hv- sync" }
48
+ hv-alchemy = { version = " 0.1.0" }
49
+ hv-math = { version = " 0.1.0" , path = " ../hv-dev/hv/crates/hv- math" }
50
50
static_assertions = " 1.1.0"
51
51
52
52
# External integrations.
53
53
nalgebra = { version = " 0.29.0" , optional = true }
54
54
parry3d = { version = " 0.7.1" , optional = true }
55
- hv-guarded-borrow = { version = " 0.1.1" , path = " ../hv-guarded-borrow " }
55
+ hv-guarded-borrow = { version = " 0.1.1" }
56
56
57
57
[build-dependencies ]
58
58
cc = { version = " 1.0" }
@@ -71,7 +71,7 @@ tokio = { version = "1.0", features = ["full"] }
71
71
futures-timer = " 3.0"
72
72
serde_json = " 1.0"
73
73
maplit = " 1.0"
74
- hv = { path = " ../.. " , package = " heavy" }
74
+ hv = { path = " ../hv-dev/hv " , package = " heavy" }
75
75
76
76
[[bench ]]
77
77
name = " benchmark"
0 commit comments