[dependencies.bevy]
features = ["dynamic_linking"]
version = "0.10.1"
[[example]]
name = "slideshow"
path = "examples/slideshow.rs"
[[example]]
name = "3d"
path = "examples/3d.rs"
[package]
description = "An animation framework for bevy"
edition = "2021"
homepage = "https://github.com/Iaphetes/Elaphos-Animation-Toolkit"
keywords = ["animation", "video-production"]
license = "GPL-3.0"
name = "elaphos"
readme = "README.md"
repository = "https://github.com/Iaphetes/Elaphos-Animation-Toolkit"
version = "0.1.1"