rust/vec2d/Cargo.toml
author alfadur
Mon, 19 Nov 2018 21:10:54 +0300
changeset 14253 540efb210083
parent 14212 bb2f301d4fe0
permissions -rw-r--r--
as much as howling hedgehogs is hilarious, it might be confusing at first

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

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