rust/vec2d/Cargo.toml
author unC0Rr
Fri, 07 Dec 2018 13:35:08 +0100
changeset 14392 90bd2c331703
parent 14228 bb2f301d4fe0
permissions -rw-r--r--
Add possibility to instantiate HWEngine objects from QML, reorganize work with preview

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

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