This commit is contained in:
2023-05-10 17:18:35 +02:00
parent 2efb3aff04
commit 085811655d

View File

@@ -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" }