# 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_quick_response" version = "0.1.11" description = "A Bevy plugin for quick responsive behaviors" readme = "README.md" license = "WTFPL" repository = "https://github.com/funatsufumiya/bevy_quick_response" [dependencies.bevy] version = "0.13" features = [ "bevy_winit", "bevy_asset", ] default-features = false [dependencies.bevy_framepace] version = "0.15.0" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.bevy] version = "0.13" features = [ "bevy_winit", "bevy_asset", "bevy_sprite", "bevy_core_pipeline", "bevy_gizmos", "bevy_ui", "bevy_text", "bevy_render", "default_font", ] default-features = false