game_features 0.8.0

Various helpful constructs for game development. See the github repository for detailed instructions.
Documentation
[dependencies.derivative]
version = "2.1.1"

[dependencies.derive-new]
version = "0.5.8"

[dependencies.derive_builder]
version = "0.7.1"

[dependencies.partial_function]
version = "0.4.0"

[dependencies.rand]
version = "0.5.5"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0"

[package]
authors = ["jojolepro <jojolepromain@gmail.com>"]
categories = ["game-engines"]
description = "Various helpful constructs for game development. See the github repository for detailed instructions."
documentation = "https://docs.rs/game_features"
edition = "2018"
exclude = ["doc"]
keywords = ["game", "features", "utils"]
license = "Apache-2.0"
name = "game_features"
repository = "https://github.com/jojolepro/game_features"
version = "0.8.0"