rust/vec2d/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Thu, 20 Dec 2018 15:53:22 +0100
changeset 14481 65b25ca6ff31
parent 14207 bb2f301d4fe0
permissions -rw-r--r--
Check team name collision and make them unique, if neccessary

[package]
name = "vec2d"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
integral-geometry = { path = "../integral-geometry" }