chore: add the rounded rectangle strip helper

This commit is contained in:
Ashley Wulber 2026-06-30 11:06:41 -04:00 committed by Ashley Wulber
parent a365d45091
commit bb0145c566
3 changed files with 89 additions and 1 deletions

View file

@ -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;