From bde4dacc791501440515c1a51ad2fcb0256cf04c Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Fri, 16 Dec 2016 22:48:04 -0800 Subject: Misc formatting fixes --- font/src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'font/src/lib.rs') diff --git a/font/src/lib.rs b/font/src/lib.rs index 74563b1a..ca8de0a2 100644 --- a/font/src/lib.rs +++ b/font/src/lib.rs @@ -14,11 +14,9 @@ // //! Compatibility layer for different font engines //! -//! This module is developed as part of Alacritty; Alacritty does not include Windows support -//! as a goal at this time, and neither does this module. -//! //! CoreText is used on Mac OS. //! FreeType is used on everything that's not Mac OS. +//! Eventually, ClearType support will be available for windows #![feature(integer_atomics)] #[cfg(not(target_os = "macos"))] -- cgit v1.2.3-54-g00ecf