[package] name = "bevy_component_extras" version = "0.1.5" edition = "2021" repository = "https://github.com/rydb/bevy_component_extras" readme = "README.md" license = "MIT OR Apache-2.0" description = "A crate containing QOL bevy components for common features that other crates might want to interface with." [dependencies] bevy = { version = "0.12", default-features = false, features = ["bevy_core_pipeline"]} bevy_mod_raycast = "0.16" glam = "0.24"