rust/vec2d/Cargo.toml
author unc0rr
Thu, 18 Oct 2018 22:45:14 +0200
changeset 13949 4162ea9ae333
parent 13916 fa9f93393e9c
child 14037 2869c2ccb1b8
permissions -rw-r--r--
Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
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]