From 07291547cd8feaa6a0c2f6b4148a7ab80480d2a1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 18 Jan 2017 21:34:55 +0530 Subject: [PATCH] Remove mention of FreeType for rendering It is only needed on linux --- README.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 8c2b7bd81..524ed0ef1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -60,11 +60,10 @@ working directories and programs to run on startup. * Easily hackable (UI layer written in python, inner loops in C for speed). Less than ten thousand lines of code. -* Uses OpenGL+FreeType for rendering, does not depend on any GUI -toolkits, offloads rendering work to the GPU for lower system load. +* Uses OpenGL for rendering, offloads rendering work to the GPU for lower system load. * Cross-platform support: kitty currently works on Linux and macOS, but because it -uses only OpenGL+FreeType for rendering, it should be trivial to port to +uses only OpenGL for rendering, it should be trivial to port to other platforms. See link:../../issues/5[5] for the status of the macOS port. image::screenshot.png?raw=true[Screenshot, showing three programs in the "Tall" layout]