[package]
name = "froggy"
version = "0.3.0"
authors = ["Dzmitry Malyshau <kvarkus@gmail.com>",
"Ilya Bogdanov <fumlead@gmail.com>",
"Anton Makarow <amakarow@stud.hs-heilbronn.de>"]
documentation = "https://docs.rs/froggy/"
repository = "https://github.com/kvark/froggy"
keywords = ["gamedev", "ecs"]
license = "Apache-2.0"
exclude = ["doc", ".travis.yml"]
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.
"""
[workspace]
members = ["demos/cubes"]