rust/hedgewars-engine/Cargo.toml
author raptor <buckyballreaction@gmail.com>
Tue, 13 Aug 2019 12:29:26 -0600
changeset 15316 e1d11d8dafdd
parent 14171 7d3b94cdc3c4
permissions -rw-r--r--
Add build/ directory .hgignore

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

[dependencies]
lib-hedgewars-engine = { path = "../lib-hedgewars-engine" }
libloading = "0.5.0"