# 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_ui_anchor" version = "0.1.6" authors = ["Kristoffer Ödmark "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small bevy plugin for anchoring UI elements to specific points or entities in the world " readme = "README.md" keywords = [ "bevy", "ui", ] license = "MIT" repository = "https://github.com/TotalKrill/bevy_ui_anchor" [lib] name = "bevy_ui_anchor" path = "src/lib.rs" [[example]] name = "follow" path = "examples/follow.rs" [[example]] name = "rapier" path = "examples/rapier.rs" [dependencies.bevy] version = "0.14" features = ["bevy_ui"] default-features = false [dev-dependencies.bevy] version = "0.14" features = ["bevy_dev_tools"] [dev-dependencies.bevy_rapier3d] version = "0.27"