rust/integral-geometry/Cargo.toml
author nemo
Sat, 23 Mar 2024 17:24:20 -0400
branch1.0.0
changeset 16021 524b0abb5b4c
parent 14228 bb2f301d4fe0
permissions -rw-r--r--
unc0rr commented this out in trunk. based on what andu reported it probably needs to be removed in the branch too
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13956
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>"]
14228
bb2f301d4fe0 2018ize everything
alfadur
parents: 14102
diff changeset
     5
edition = "2018"
13956
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     6
75eaf7c71789 Introduce integral-geometry crate, implement LinePoints iterator
unc0rr
parents:
diff changeset
     7
[dependencies]
14102
5d42204ac35e Start convertion of FindPoint()
unC0Rr
parents: 13956
diff changeset
     8
fpnum = { path = "../fpnum" }