froggy 0.4.4

Froggy is a prototype for the Component Graph System programming model. It aims to combine the convenience of composition-style Object-Oriented Programming with the performance close to Entity-Component Systems.
Documentation
[dependencies.spin]
default-features = false
version = "0.4"

[package]
authors = ["Dzmitry Malyshau <kvarkus@gmail.com>", "Ilya Bogdanov <fumlead@gmail.com>", "Anton Makarow <amakarow@stud.hs-heilbronn.de>"]
categories = ["data-structures"]
description = """
Froggy is a prototype for the Component Graph System programming model.
It aims to combine the convenience of composition-style Object-Oriented Programming
with the performance close to Entity-Component Systems.
"""
documentation = "https://docs.rs/froggy/"
exclude = ["doc", "bors.toml", ".travis.yml"]
keywords = ["gamedev", "ecs"]
license = "MIT/Apache-2.0"
name = "froggy"
readme = "README.md"
repository = "https://github.com/kvark/froggy"
version = "0.4.4"