# 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 = "bevy_ui_animation" version = "1.0.0" authors = ["miZyind "] description = "A GSAP-like animation plugin for Bevy UI" homepage = "https://github.com/miZyind/bevy_ui_animation" keywords = [ "game", "bevy", "bevy_ui", "animation", "easing", ] license = "MIT" repository = "https://github.com/miZyind/bevy_ui_animation" resolver = "2" [[example]] name = "all" required-features = ["bevy/bevy_winit"] [[example]] name = "rotation" required-features = ["bevy/bevy_winit"] [[example]] name = "text" required-features = ["bevy/bevy_winit"] [dependencies.bevy] version = "0.6.1" features = [ "bevy_core_pipeline", "bevy_render", "bevy_sprite", "bevy_text", "bevy_ui", ] default-features = false