@@ -12,13 +12,13 @@ readme = "README.md"
1212categories = [" algorithms" , " graphics" , " science::geo" , " mathematics" , " no-std" ]
1313
1414[dependencies ]
15- # i_float = { version = "^3.0.0" }
16- # i_shape = { version = "^3.0.0" }
15+ i_float = { version = " ^3.0.0" }
16+ i_shape = { version = " ^3.0.0" }
1717i_tree = { version = " ^0.19.0" }
1818i_key_sort = { version = " ^0.10.1" }
1919
20- i_float = { path = " ../../iFloat" }
21- i_shape = { path = " ../../iShape" }
20+ # i_float = { path = "../../iFloat"}
21+ # i_shape = { path = "../../iShape"}
2222# i_tree = { path = "../../iTree" }
2323# i_key_sort = { path = "../../iKeySort" }
2424
@@ -36,7 +36,7 @@ allow_multithreading = ["dep:rayon", "i_key_sort/allow_multithreading"]
3636serde = { version = " ^1.0" , features = [" derive" ] }
3737serde_json = " ^1.0"
3838rand = { version = " ~0.10" , features = [" alloc" ] }
39- i_float = { path = " ../../iFloat" , features = [" serde" ] }
40- i_shape = { path = " ../../iShape" , features = [" serde" ] }
41- # i_float = { version = "^3.0.0", features = ["serde"] }
42- # i_shape = { version = "^3.0.0", features = ["serde"] }
39+ # i_float = { path = "../../iFloat", features = ["serde"] }
40+ # i_shape = { path = "../../iShape", features = ["serde"] }
41+ i_float = { version = " ^3.0.0" , features = [" serde" ] }
42+ i_shape = { version = " ^3.0.0" , features = [" serde" ] }
0 commit comments