diff options
| author | 2023-04-26 16:46:27 +0200 | |
|---|---|---|
| committer | 2023-04-26 16:46:27 +0200 | |
| commit | 9c63eb7df559e58b14188b4096e9bd206444bbf3 (patch) | |
| tree | 23bc9de2e8a83358c6c08d0b689d8345b9af3f6e /renderer | |
| parent | e63cc181bddbdc0a5b9b091cfeee5e4343b3d906 (diff) | |
| download | iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.tar.gz iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.tar.bz2 iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.zip | |
Update `tiny-skia` and `resvg`
Diffstat (limited to '')
| -rw-r--r-- | renderer/src/compositor.rs | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/renderer/src/compositor.rs b/renderer/src/compositor.rs index e31c2bed..48ed4b1f 100644 --- a/renderer/src/compositor.rs +++ b/renderer/src/compositor.rs @@ -123,11 +123,10 @@ impl<Theme> crate::graphics::Compositor for Compositor<Theme> {                  ),                  #[cfg(feature = "tiny-skia")]                  ( -                    Self::TinySkia(compositor), +                    Self::TinySkia(_compositor),                      crate::Backend::TinySkia(backend),                      Surface::TinySkia(surface),                  ) => iced_tiny_skia::window::compositor::present( -                    compositor,                      backend,                      surface,                      primitives, | 
