[package] name = "bevy_ui_anchor" version = "0.1.6" authors = ["Kristoffer Ödmark "] edition = "2021" description = "A small bevy plugin for anchoring UI elements to specific points or entities in the world " license = "MIT" repository = "https://github.com/TotalKrill/bevy_ui_anchor" keywords = ["bevy", "ui"] readme = "README.md" [dependencies.bevy] version = "0.14" default-features = false features = ["bevy_ui"] [dev-dependencies.bevy] version = "0.14" features = ["bevy_dev_tools"] [dev-dependencies.bevy_rapier3d] version = "0.27"