# 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_spinal" version = "0.0.1" description = "A Bevy plugin for 2D animation using Spine." license = "MIT OR Apache-2.0" resolver = "2" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.8" [dependencies.bevy_prototype_lyon] version = "0.6.0" [dependencies.spinal] version = "0.0.1" [dev-dependencies.bevy_egui] version = "0.15.0"