From ae3af533ffba9e3bb3719eafb4e6339f0e23c1f0 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 16 Feb 2019 18:57:50 +0100 Subject: =?UTF-8?q?Extract=20opentype=20parser=20into=20crate=20?= =?UTF-8?q?=F0=9F=A7=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 2959925e..d50c19f9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,6 +6,5 @@ pub mod parsing; pub mod doc; -pub mod font; pub mod pdf; pub mod utility; -- cgit v1.2.3