Skip to content

Commit 5fc4de6

Browse files
committed
fix Cargo.toml
1 parent 22e85cf commit 5fc4de6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

iOverlay/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ readme = "README.md"
1212
categories = ["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" }
1717
i_tree = { version = "^0.19.0" }
1818
i_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"]
3636
serde = { version = "^1.0", features = ["derive"] }
3737
serde_json = "^1.0"
3838
rand = { 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

Comments
 (0)