summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRazrFalcon <razrfalcon@gmail.com>2018-11-21 16:11:18 +0200
committerRazrFalcon <razrfalcon@gmail.com>2018-11-21 16:11:18 +0200
commitd956bd853f8bd0d614cc730d601d5ccd33b4d7d8 (patch)
treeb4eac9e3be448b411024388742dff07c6b0ddb2a /tools
parentf87e7b0226bd49232215943ccafe0c1884d2cc8b (diff)
Fixed invisible elements processing.
Diffstat (limited to 'tools')
-rw-r--r--tools/rendersvg/src/main.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/rendersvg/src/main.rs b/tools/rendersvg/src/main.rs
index 6040ab6..0a14515 100644
--- a/tools/rendersvg/src/main.rs
+++ b/tools/rendersvg/src/main.rs
@@ -3,7 +3,9 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#[allow(unused_imports)] // for Rust >= 1.30
-#[macro_use] extern crate gumdrop;
+#[macro_use]
+extern crate gumdrop;
+
extern crate fern;
extern crate log;
extern crate resvg;