# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "elaphos" version = "0.1.1" description = "An animation framework for bevy" homepage = "https://github.com/Iaphetes/Elaphos-Animation-Toolkit" readme = "README.md" keywords = [ "animation", "video-production", ] license = "GPL-3.0" repository = "https://github.com/Iaphetes/Elaphos-Animation-Toolkit" [[example]] name = "slideshow" path = "examples/slideshow.rs" [[example]] name = "3d" path = "examples/3d.rs" [dependencies.bevy] version = "0.10.1" features = ["dynamic_linking"]