liquidwar7core 0.2.0

Liquidwar7 core logic library, low-level things which are game-engine agnostic.
Documentation
[package]
name = "liquidwar7core"
version = "0.2.0"
authors = ["Christian Mauduit (ufoot) <ufoot@ufoot.org>"]
edition = "2024"
description = "Liquidwar7 core logic library, low-level things which are game-engine agnostic."
license = "GPL-3.0-or-later"
documentation = "https://docs.rs/crate/liquidwar7core"
homepage = "https://gitlab.com/liberecofr/liquidwar7"
repository = "https://gitlab.com/liberecofr/liquidwar7/tree/main/rust/liquidwar7core"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = []
image = ["shortestpath/image", "dep:image"]
serde = ["dep:serde", "shortestpath/serde", "half/serde"]

[dependencies]
half = "2.4"
image = { version = "0.25", optional = true, default-features = false, features = ["png", "jpeg"] }
rand = "0.9"
getrandom = { workspace = true }
serde = { version = "1.0", features = ["derive"], optional = true }
#shortestpath = { path = "../../../shortestpath", version = "0.9.0" }
shortestpath = "0.10.0"