# 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_2delight_anims" version = "0.1.0" authors = ["Mark Pekala "] build = false exclude = ["assets/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "An fsm-driven 2d animation system that's _delight_ful to use" homepage = "https://github.com/dream-lake-games/bevy_2delight_anims" readme = "README.md" license = "MIT" repository = "https://github.com/dream-lake-games/bevy_2delight_anims" [lib] name = "bevy_2delight_anims" path = "src/lib.rs" [[example]] name = "platformer" path = "examples/platformer/main.rs" [[example]] name = "quickstart" path = "examples/quickstart/main.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_render", "bevy_sprite", ] default-features = false [dependencies.bevy_2delight_anims_macros] version = "0.1.0" [dependencies.paste] version = "1.0" [dev-dependencies.bevy] version = "0.14" [dev-dependencies.bevy-inspector-egui] version = "0.25.2" [dev-dependencies.bevy_ecs_ldtk] version = "0.10.0"