summaryrefslogtreecommitdiffstats
path: root/third_party/rust/binary-space-partition/Cargo.toml
blob: 547b3cbf7c962832b3bfd22657f40aded5e8058e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "binary-space-partition"
version = "0.1.2"
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
description = "Abstract BSP tree"
license = "MPL-2.0"
repository = "https://github.com/kvark/binary-space-partition"
keywords = ["geometry", "math"]
documentation = "https://docs.rs/binary-space-partition"

[dependencies]

[dev-dependencies]
rand = "0.3"