//! bevy_mistUI: community-facing mist / smoke-ring UI crate incubated inside ROPE.
//!
//! The public surface stays intentionally small:
//! - [`SmokeBorder`] for procedural ring styling
//! - [`SmokeRingMaterial`] / [`SmokeRingParams`] for the GPU ring material
//! - [`SmokeRingPlugin`] for registration and automatic size syncing
//! - [`SmokeRingPadding`] / [`SmokeRingBundle`] for common attachment cases
pub use SmokeBorder;
pub use ;
pub use ;