rust/vec2d/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Tue, 28 May 2019 22:07:56 +0200
changeset 15076 527a7414bb44
parent 14207 bb2f301d4fe0
permissions -rw-r--r--
ACF1: Fix 2 crate spawns being very close to each other in the difficult rope challenge

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

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