From 260ddbbd2dcdd737d6acdcd9c1340d95a1929af3 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Wed, 23 Feb 2022 14:47:46 +0100 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9a5f3f..7b2956a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ features - Uses **only integer math** (32bit). The tiny version should only require 16bit, but isn't completed. - **No dependencies** (uses only stdint standard library), extremely portable. - **Single header**, KISS, suckless. +- **No dynamic heap allocation**. - Advanced rendering of **variable height floor and ceiling**. - **Textured walls and floor**. - **Depth information** (e.g. for fog or z-buffer rendering).