# 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 = "2018" name = "bevy_interact_2d" version = "0.9.0" authors = ["Ansho Rei "] exclude = [ "examples/*", "assets/*", ] description = "A Bevy plugin for 2d mouse interactions" homepage = "http://github.com/Anshorei/bevy_rei" documentation = "http://github.com/Anshorei/bevy_rei" readme = "README.md" keywords = [ "mouse", "2d", "gamedev", "bevy", ] categories = ["game-engines"] license-file = "LICENSE" repository = "http://github.com/Anshorei/bevy_rei" resolver = "2" [[example]] name = "trash_cleanup" path = "examples/trash_cleanup.rs" [dependencies.bevy] version = "0.9" features = ["render"] default-features = false [dependencies.bevy_prototype_lyon] version = "0.6" optional = true [dev-dependencies.bevy] version = "0.9" default-features = true [dev-dependencies.rand] version = "0.8" [features] debug = ["bevy_prototype_lyon"]