Rename canvas::frame to canvas in iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2023-03-03 04:00:44 +01:00
parent bbeaf10c04
commit d13d19ba35
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
9 changed files with 14 additions and 153 deletions

View file

@ -86,14 +86,14 @@ pub enum Primitive {
/// The [`Gradient`] to apply to the mesh.
gradient: Gradient,
},
#[cfg(feature = "tiny_skia")]
#[cfg(feature = "tiny-skia")]
Fill {
path: tiny_skia::Path,
paint: tiny_skia::Paint<'static>,
rule: tiny_skia::FillRule,
transform: tiny_skia::Transform,
},
#[cfg(feature = "tiny_skia")]
#[cfg(feature = "tiny-skia")]
Stroke {
path: tiny_skia::Path,
paint: tiny_skia::Paint<'static>,