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]