rust/hedgewars-engine/Cargo.toml
branchui-scaling
changeset 15288 c4fd2813b127
parent 14171 7d3b94cdc3c4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/hedgewars-engine/Cargo.toml	Wed Jul 31 23:14:27 2019 +0200
@@ -0,0 +1,10 @@
+[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"
+