Fix standalone compilation of iced_widget crate

This commit is contained in:
Héctor Ramón Jiménez 2024-03-22 05:41:15 +01:00
parent 1f13a91361
commit 4f2f40c68b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 81 additions and 1 deletions

View file

@ -992,7 +992,6 @@ fn rounded_box_sdf(
impl iced_graphics::Backend for Backend {
type Compositor = window::Compositor;
type Primitive = primitive::Custom;
}