# 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_mod_aseprite" version = "0.8.1" build = false exclude = ["assets/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A plugin for using Aseprite animations in Bevy" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/lerouxrgd/bevy_mod_aseprite" [lib] name = "bevy_mod_aseprite" path = "src/lib.rs" [[example]] name = "aseprite" path = "examples/aseprite.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_asset", "bevy_sprite", ] default-features = false [dependencies.bevy_aseprite_derive] version = "0.3" [dependencies.bevy_aseprite_reader] version = "0.1" [dev-dependencies.bevy] version = "0.14"