[package]
name = "spade"
version = "0.1.1"
authors = ["Stefan Altmayer <stoeoef@gmail.com>"]
description="Spatial datastructures like r-trees and delaunay triangulations for rust."
documentation="https://stoeoef.github.io/spade/spade/index.html"
repository="https://github.com/Stoeoef/spade"
readme = "README.md"
keywords = ["delaunay", "triangulation", "rtree", "geometry"]
license = "Apache-2.0"
[dependencies]
cgmath = "0.12.*"
num = "0.1.*"
nalgebra = "0.9.*"
clamp = "0.1.*"
rand = "0.3.*"
[dev-dependencies]
time = "0.1.*"
glium = "0.15.*"
kiss3d = "0.7.*"
noise = "0.2.*"
glfw = "0.8.*"
approx = "0.1.*"
[profile.bench]
opt-level = 3
debug = true
debug-assertions = false
[profile.release]
opt-level = 3
debug = true
debug-assertions = false