# 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 = "keyframe-animate" version = "0.1.1" description = "A keyframe animtaion library for bevyengine" license = "MIT OR Apache-2.0" repository = "https://github.com/bxcxygg/keyframe-animate" resolver = "2" [[example]] name = "animated_transform" path = "examples/animated_transform.rs" required-features = ["examples"] [[example]] name = "animated_sprite" path = "examples/animated_sprite.rs" required-features = ["examples"] [[example]] name = "animated_spritesheet" path = "examples/animated_spritesheet.rs" required-features = ["examples"] [[example]] name = "animated_custom" path = "examples/animated_custom.rs" required-features = ["examples"] [dependencies.bevy] version = "0.7" default-features = false [dev-dependencies.bevy] version = "0.7" [dev-dependencies.interpolation] version = "0.2" [features] default = [ "render", "sprite", "ui", ] examples = [ "ui", "sprite", "render", "bevy/render", "bevy/bevy_winit", "bevy/x11", ] render = ["bevy/bevy_render"] sprite = ["bevy/bevy_sprite"] ui = ["bevy/bevy_ui"]