rust/integral-geometry/Cargo.toml
author unc0rr
Sun, 04 Nov 2018 00:20:27 +0100
changeset 14130 376a0551b00a
parent 14086 5d42204ac35e
child 14212 bb2f301d4fe0
permissions -rw-r--r--
- Add distance-divider option to land_dump - Fix multiplication overflow errors (iy went widly out of bounds)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13940
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     1
[package]
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     2
name = "integral-geometry"
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     3
version = "0.1.0"
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     4
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     5
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     6
[dependencies]
14086
5d42204ac35e Start convertion of FindPoint()
unC0Rr
parents: 13940
diff changeset
     7
fpnum = { path = "../fpnum" }