File: Cargo.toml.orig

package info (click to toggle)
rust-robust 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,204 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "robust"
version = "1.2.0"
description = "Robust adaptive floating-point predicates for computational geometry"
authors = [
    "The Spade Developers",
    "The GeoRust Developers",
]
homepage = "https://github.com/georust/robust"
repository = "https://github.com/georust/robust"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["geometry", "robustness", "stability"]
categories = ["algorithms", "graphics", "science::geo"]

[features]
no_std = []

[dev-dependencies]
png = "0.16.8"
float_extras = "0.1.6"