summaryrefslogtreecommitdiffstats
path: root/renderer
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-26 16:46:27 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-26 16:46:27 +0200
commit9c63eb7df559e58b14188b4096e9bd206444bbf3 (patch)
tree23bc9de2e8a83358c6c08d0b689d8345b9af3f6e /renderer
parente63cc181bddbdc0a5b9b091cfeee5e4343b3d906 (diff)
downloadiced-9c63eb7df559e58b14188b4096e9bd206444bbf3.tar.gz
iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.tar.bz2
iced-9c63eb7df559e58b14188b4096e9bd206444bbf3.zip
Update `tiny-skia` and `resvg`
Diffstat (limited to 'renderer')
-rw-r--r--renderer/src/compositor.rs3
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,