# 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_trickfilm" version = "0.8.0" authors = ["KirmesBude "] exclude = ["/assets"] description = "Bevy plugin for spritesheet manifest loading" readme = "README.md" keywords = [ "gamedev", "bevy", "animation", "spritesheet", "assets", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/KirmesBude/bevy_trickfilm" [[example]] name = "sprite_sheet_animation" path = "examples/sprite_sheet_animation.rs" [[example]] name = "sprite_sheet_animation_titan" path = "examples/sprite_sheet_animation_titan.rs" [[example]] name = "bevy_asset_loader" path = "examples/bevy_asset_loader.rs" [[example]] name = "pausing_animations" path = "examples/pausing_animations.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_sprite", "bevy_animation", ] default-features = false [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.bevy] version = "0.14" features = ["file_watcher"] [dev-dependencies.bevy_asset_loader] version = "0.21" features = ["2d"] [dev-dependencies.bevy_titan] version = "0.8.1"