aboutsummaryrefslogtreecommitdiff
path: root/font/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'font/src/lib.rs')
-rw-r--r--font/src/lib.rs4
1 files changed, 1 insertions, 3 deletions
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"))]