rust/hedgewars-engine/Cargo.toml
author sheepluva
Sat, 04 Jul 2020 15:31:51 +0200
changeset 15666 10bcec19045c
parent 14166 7d3b94cdc3c4
child 15805 61da40b657fa
permissions -rw-r--r--
Fix pas2c breakage caused by superfluous "+"s added by 250c778463f3, d9c62f196fe0 and 92ce801d0681

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