liquidwar7game 0.1.0

Liquidwar7 game library, wraps up everything, linkable as a gdnative component.
Documentation
[dependencies.godot]
version = "0.4.3"

[dependencies.liquidwar7core]
version = "0.1.0"

[lib]
crate-type = ["cdylib"]
name = "liquidwar7game"
path = "src/lib.rs"

[package]
authors = ["Christian Mauduit (ufoot) <ufoot@ufoot.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Liquidwar7 game library, wraps up everything, linkable as a gdnative component."
documentation = "https://docs.rs/crate/liquidwar7game"
edition = "2024"
homepage = "https://gitlab.com/liberecofr/liquidwar7"
license = "GPL-3.0-or-later"
name = "liquidwar7game"
readme = "README.md"
repository = "https://gitlab.com/liberecofr/liquidwar7/tree/main/rust/liquidwar7game"
version = "0.1.0"