From 0a087cd28bbee5fcdffbb9d49b0ba9f413ad7f92 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 24 Jan 2020 16:23:57 +0100 Subject: =?UTF-8?q?Reorganize=20modules=20=F0=9F=A7=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/style.rs') diff --git a/src/style.rs b/src/style.rs index 430deaca..22ed4d2d 100644 --- a/src/style.rs +++ b/src/style.rs @@ -1,7 +1,6 @@ //! Styles for text and pages. use toddle::query::{FontFallbackTree, FontVariant, FontStyle, FontWeight}; - use crate::size::{Size, Size2D, SizeBox, ValueBox, PSize}; -- cgit v1.2.3