rust/hedgewars-engine/Cargo.toml
author alfadur
Mon, 26 Nov 2018 02:50:54 +0300
changeset 14300 fd8e0e52d5bd
parent 14171 7d3b94cdc3c4
permissions -rw-r--r--
add hwphysics to engine

[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"