# 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_cursor" version = "0.4.0" authors = ["Tristan Guichaoua "] exclude = [ ".github/", "assets/", ] description = "A bevy plugin to track information about the cursor" readme = "README.md" keywords = [ "bevy", "cursor", "window", "camera", ] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/tguichaoua/bevy_cursor" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "basic" [[example]] name = "multiple_windows" required-features = ["2d"] [dependencies.bevy] version = "0.14.0" features = ["bevy_render"] default-features = false [dependencies.smallvec] version = "1.11.0" features = ["union"] [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_ui", "bevy_winit", "default_font", "png", "x11", ] default-features = false [features] 2d = [] 3d = [] [lints.clippy] doc_markdown = "warn" manual_let_else = "warn" match_same_arms = "warn" redundant_else = "warn" semicolon_if_nothing_returned = "warn" [lints.rust] missing_docs = "warn" non_ascii_idents = "warn" unsafe_code = "forbid"