rust/lib-hwengine-future/Cargo.toml
branchtransitional_engine
changeset 15900 128ace913837
child 15904 33798b649d9c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rust/lib-hwengine-future/Cargo.toml	Mon Jan 02 15:59:26 2023 +0100
@@ -0,0 +1,15 @@
+[package]
+name = "lib-hwengine-future"
+version = "0.1.0"
+edition = "2021"
+authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+land2d = { path = "../land2d" }
+integral-geometry = { path = "../integral-geometry" }
+
+[lib]
+name = "hwengine_future"
+crate-type = ["dylib"]