mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-22 09:26:25 +04:00
Merge branch 'master' into develop
This commit is contained in:
commit
7d70c758ce
@ -3,7 +3,7 @@ name = "fux_kdtree"
|
|||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
authors = ["fulara <ntszar@gmail.com>"]
|
authors = ["fulara <ntszar@gmail.com>"]
|
||||||
repository = "https://github.com/fulara/kdtree-rust"
|
repository = "https://github.com/fulara/kdtree-rust"
|
||||||
keywords = ["tree", "dimension" , "nearest", "search", "neighbor", "lookup"]
|
keywords = ["tree", "dimension" , "nearest", "search", "neighbor"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "Unlicense"
|
license = "Unlicense"
|
||||||
description = "K-dimensional tree implemented in Rust for fast NN querying."
|
description = "K-dimensional tree implemented in Rust for fast NN querying."
|
||||||
@ -18,6 +18,6 @@ name = "bench"
|
|||||||
harness = false
|
harness = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
quickcheck = "0.3"
|
quickcheck = "~0.3"
|
||||||
rand = "*"
|
rand = "~0.3.12"
|
||||||
bencher = "*"
|
bencher = "~0.1.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user