rust/vec2d/Cargo.toml
author nemo
Wed, 31 Oct 2018 15:32:47 -0400
changeset 14053 084db65b3657
parent 14037 2869c2ccb1b8
child 14212 bb2f301d4fe0
permissions -rw-r--r--
check for teamgone before activating switcher
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13916
fa9f93393e9c Implement vec2d library to use for land arrays in the future
unc0rr
parents:
diff changeset
     1
[package]
fa9f93393e9c Implement vec2d library to use for land arrays in the future
unc0rr
parents:
diff changeset
     2
name = "vec2d"
fa9f93393e9c Implement vec2d library to use for land arrays in the future
unc0rr
parents:
diff changeset
     3
version = "0.1.0"
fa9f93393e9c Implement vec2d library to use for land arrays in the future
unc0rr
parents:
diff changeset
     4
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
fa9f93393e9c Implement vec2d library to use for land arrays in the future
unc0rr
parents:
diff changeset
     5
fa9f93393e9c Implement vec2d library to use for land arrays in the future
unc0rr
parents:
diff changeset
     6
[dependencies]
14037
2869c2ccb1b8 extract size struct for common usage
alfadur
parents: 13916
diff changeset
     7
integral-geometry = { path = "../integral-geometry" }