# 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 = "siiir-bevy_fancy_cursor" version = "0.4.3" authors = ["Tomasz Nehring"] description = "Facilitates creating custom cursor in bevy-based app. Uses bevy's `ImageBundle` to replace the original cursor with moving UI element." homepage = "https://github.com/siiir/bevy_fancy_cursor" readme = "README.md" license = "MIT" repository = "https://github.com/siiir/bevy_fancy_cursor" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_fancy_cursor" [dependencies.bevy] version = "0.9.1" [dependencies.derive_more] version = "0.99.17"