# 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_fighter" version = "0.1.11" description = "A mildly opinionated micro-engine for building 2D fighting games with bevy" license = "MIT" repository = "https://github.com/spooky-th-ghost/bevy_fighter" resolver = "2" [[example]] name = "input_stream" path = "examples/inputs/input_stream.rs" [[example]] name = "basic_movement" path = "examples/movement/basic_movement.rs" [dependencies.bevy] version = "0.6.0" [dependencies.bevy_backroll] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.lerp] version = "0.4" features = ["derive"] [dependencies.phf] version = "0.9" features = ["macros"] [dependencies.regex] version = "1.4.6" [dependencies.serde_json] version = "1.0"