rust/landgen/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Sat, 27 Oct 2018 00:01:53 +0200
changeset 13998 23fb123bd70c
parent 13938 1fa905aa4cdb
child 14026 3b3d97ed2286
permissions -rw-r--r--
Clear gmLeft/gmRight after using landspray/flamethrower to prevent accidental walking
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13908
9a1f1e8170f2 Start work on landgen rust lib
unc0rr
parents:
diff changeset
     1
[package]
9a1f1e8170f2 Start work on landgen rust lib
unc0rr
parents:
diff changeset
     2
name = "landgen"
9a1f1e8170f2 Start work on landgen rust lib
unc0rr
parents:
diff changeset
     3
version = "0.1.0"
9a1f1e8170f2 Start work on landgen rust lib
unc0rr
parents:
diff changeset
     4
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
9a1f1e8170f2 Start work on landgen rust lib
unc0rr
parents:
diff changeset
     5
9a1f1e8170f2 Start work on landgen rust lib
unc0rr
parents:
diff changeset
     6
[dependencies]
13938
1fa905aa4cdb move point struct into integral-geometry and use it to refactor a bit
alfadur
parents: 13908
diff changeset
     7
integral-geometry = { path = "../integral-geometry" }