# 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-undo2" version = "0.1.0" authors = ["elm"] description = "This crate makes it easy to use the undo-operation on bevy" readme = "README.md" keywords = [ "game", "gamedev", "bevy", "undo", ] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/elm-register/bevy-undo2" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "color_change_and_sprite_move" path = "examples/color_change_and_sprite_move.rs" [[example]] name = "reserve" path = "examples/reserve.rs" [[example]] name = "callback" path = "examples/callback.rs" [dependencies.bevy] version = "0.11.2" [dev-dependencies.bevy_tweening] version = "0.8.0" [features] callback_event = [] default = ["callback_event"]