[package] name = "babalgame" version = "0.5.1" authors = ["Christian Mauduit (ufoot) "] edition = "2018" description = "Babal game library, wraps up everything, linkable as a gdnative component." license = "Unlicense" documentation = "https://docs.rs/crate/babalgame" homepage = "https://ufoot.org/babal" repository = "https://gitlab.com/ufoot/babal/tree/master/rust/babalgame" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gdnative = "0.9.3" babalcore = { path = "../babalcore", version = "0.5.1" } [lib] crate-type = ["cdylib"]