3 lines
97 B
Rust
3 lines
97 B
Rust
//! Display a horizontal or vertical rule for dividing content.
|
|
|
|
pub use iced_graphics::rule::*;
|