[package] name = "amethyst_engine" version = "0.3.1" authors = ["Eyal Kalderon "] description = "Core engine library" keywords = ["game", "engine", "core", "amethyst"] documentation = "https://www.amethyst.rs/doc/amethyst/" homepage = "https://amethyst.rs/" repository = "https://github.com/amethyst/amethyst" license = "MIT" [lib] name = "amethyst_engine" path = "src/lib.rs" [dependencies] time = "0.1"