chore: add the rounded rectangle strip helper
This commit is contained in:
parent
a365d45091
commit
bb0145c566
3 changed files with 89 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
pub mod action;
|
||||
#[cfg(all(feature = "wayland", target_os = "linux"))]
|
||||
pub mod corner_radius;
|
||||
|
||||
use iced::{Limits, Size, Task};
|
||||
use std::any::Any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue