rust/vec2d/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Thu, 01 Nov 2018 01:07:26 +0100
changeset 14074 38eb5937169e
parent 14053 2869c2ccb1b8
child 14228 bb2f301d4fe0
permissions -rw-r--r--
Fix taunts playing too fast after a shot Fixes regression introduced by bf14c7c1be02
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13932
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]
14053
2869c2ccb1b8 extract size struct for common usage
alfadur
parents: 13932
diff changeset
     7
integral-geometry = { path = "../integral-geometry" }