# 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_spine" version = "0.10.1" exclude = ["assets/*"] description = "Spine plugin for Bevy utilizing rusty_spine" homepage = "https://github.com/jabuwu/bevy_spine" readme = "readme.md" license-file = "LICENSE" repository = "https://github.com/jabuwu/bevy_spine" [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_asset", "bevy_sprite", ] default-features = false [dependencies.glam] version = "0.27" features = ["mint"] [dependencies.rusty_spine] version = "0.8" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.bevy] version = "0.14" default-features = true [dev-dependencies.lerp] version = "0.5"