# 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_mouse_tracking_plugin" version = "0.7.0" authors = ["JoJoJet "] description = "A plugin for effortless mouse tracking in the bevy game engine." readme = "README.md" keywords = [ "gamedev", "bevy", "mouse", "input", ] license = "MIT" repository = "https://github.com/JoJoJet/bevy-mouse-tracking" [dependencies.bevy] version = "0.12" features = [ "bevy_core_pipeline", "bevy_render", ] default-features = false [dev-dependencies.bevy] version = "0.12" features = [ "bevy_core_pipeline", "bevy_render", "bevy_sprite", "bevy_text", "png", "bevy_asset", "bevy_winit", "x11", ] default-features = false