From 085811655ddff7888c90c7d89843da3767eb1e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Wed, 10 May 2023 17:18:35 +0200 Subject: [PATCH] mhk3 --- rust/mhgd/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust/mhgd/Cargo.toml b/rust/mhgd/Cargo.toml index 64559d7..04f7b2b 100644 --- a/rust/mhgd/Cargo.toml +++ b/rust/mhgd/Cargo.toml @@ -3,7 +3,9 @@ name = "mhgd" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +name = "mhgd" +crate-type = ["cdylib"] [dependencies] godot = { git = "https://github.com/godot-rust/gdext", branch = "master" }