rust/vec2d/Cargo.toml
author unc0rr
Sun, 14 Oct 2018 21:13:32 +0200
changeset 13911 fa9f93393e9c
child 14032 2869c2ccb1b8
permissions -rw-r--r--
Implement vec2d library to use for land arrays in the future

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

[dependencies]