# 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_tweening" version = "0.12.0" authors = [ "François Mockers ", "Jerome Humbert ", ] build = false exclude = [ "examples/*.gif", ".github", "release.md", "run_examples.bat", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tweening animation plugin for the Bevy game engine" homepage = "https://github.com/djeedai/bevy_tweening" documentation = "https://docs.rs/bevy_tweening" readme = "README.md" keywords = [ "bevy", "animation", "easing", "tweening", ] license = "MIT OR Apache-2.0" repository = "https://github.com/djeedai/bevy_tweening" [lib] name = "bevy_tweening" path = "src/lib.rs" [[example]] name = "colormaterial_color" path = "examples/colormaterial_color.rs" required-features = [ "bevy_asset", "bevy_sprite", "bevy/bevy_winit", ] [[example]] name = "menu" path = "examples/menu.rs" required-features = [ "bevy_ui", "bevy_text", "bevy/bevy_winit", ] [[example]] name = "sequence" path = "examples/sequence.rs" required-features = [ "bevy_sprite", "bevy_text", "bevy/bevy_winit", ] [[example]] name = "sprite_color" path = "examples/sprite_color.rs" required-features = [ "bevy_sprite", "bevy/bevy_winit", ] [[example]] name = "text_color" path = "examples/text_color.rs" required-features = [ "bevy_ui", "bevy_text", "bevy/bevy_winit", ] [[example]] name = "transform_rotation" path = "examples/transform_rotation.rs" required-features = [ "bevy_sprite", "bevy/bevy_winit", ] [[example]] name = "transform_translation" path = "examples/transform_translation.rs" required-features = [ "bevy_sprite", "bevy/bevy_winit", ] [[example]] name = "ui_position" path = "examples/ui_position.rs" required-features = [ "bevy_sprite", "bevy_ui", "bevy/bevy_winit", ] [dependencies.bevy] version = "0.15" features = [ "x11", "bevy_color", ] default-features = false [dev-dependencies.bevy-inspector-egui] version = "0.28" [features] bevy_asset = ["bevy/bevy_asset"] bevy_sprite = [ "bevy/bevy_sprite", "bevy/bevy_render", ] bevy_text = [ "bevy/bevy_text", "bevy/bevy_render", "bevy/bevy_sprite", ] bevy_ui = [ "bevy/bevy_ui", "bevy/bevy_render", ] default = [ "bevy_sprite", "bevy_ui", "bevy_asset", "bevy_text", ]