diff options
author | 2024-03-22 05:41:15 +0100 | |
---|---|---|
committer | 2024-03-22 05:41:15 +0100 | |
commit | 4f2f40c68b4647f281d34034beb159a41422aa06 (patch) | |
tree | 1fa11b5c4ed1bab19d5feff1beb122aa6a4955f5 /tiny_skia | |
parent | 1f13a91361258a1607c71f4840a26a6437f88612 (diff) | |
download | iced-4f2f40c68b4647f281d34034beb159a41422aa06.tar.gz iced-4f2f40c68b4647f281d34034beb159a41422aa06.tar.bz2 iced-4f2f40c68b4647f281d34034beb159a41422aa06.zip |
Fix standalone compilation of `iced_widget` crate
Diffstat (limited to 'tiny_skia')
-rw-r--r-- | tiny_skia/src/backend.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tiny_skia/src/backend.rs b/tiny_skia/src/backend.rs index b0dd4759..6d4e6cda 100644 --- a/tiny_skia/src/backend.rs +++ b/tiny_skia/src/backend.rs @@ -992,7 +992,6 @@ fn rounded_box_sdf( impl iced_graphics::Backend for Backend { type Compositor = window::Compositor; - type Primitive = primitive::Custom; } |