summaryrefslogtreecommitdiffstats
path: root/src/errors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/errors.rs')
-rw-r--r--src/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errors.rs b/src/errors.rs
index a373137..15141b8 100644
--- a/src/errors.rs
+++ b/src/errors.rs
@@ -114,5 +114,5 @@ custom_error! {pub NetError
custom_error! {pub SvgError
Io {source: io::Error} = "IO Error : {source}",
Internal { message: &'static str } = "Internal error : {message}",
- Svg {source: usvg::Error} = "SVG Error: {source}",
+ Svg {source: resvg::usvg::Error} = "SVG Error: {source}",
}