From 05f24713b3ae1e4b85cc4f28c4be6d5acf6ae505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Fri, 27 Dec 2019 10:25:44 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b10cca5..6621f3e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Why? - Doesn't use ANY floating point, everything is integer math (good for platforms without FPU). - Pure C99, also a subset of C++ (i.e. runs as C++ as well, good for systems that are hard C++ based). - Completely public domain for the benefit of all people on Earth, no conoditions on use whatsoever. All art is original work and licensed CC0 (as well as code). -- Suckless, minimal. +- Suckless, minimal, simple. +- Single compilation unit (only one .c file to compile). - Well documented and commented code, written with tinkering in mind. early previews: