From 53cb79d1ad50a9bede0d0690301564d28436d9f5 Mon Sep 17 00:00:00 2001 From: asrael Date: Tue, 2 Dec 2025 11:04:11 -0600 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 87dc7e0..5acbe89 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # pxl8 -### Requirements - -- **Clang 19+** (or GCC 15+) - Required for C23 `#embed` support -- **SDL3** - System package or auto-vendored - ### Quick Start ```bash @@ -15,6 +10,11 @@ ``` **Note** The demo has keys 1-8 bound for different examples. +### Requirements + +- **Clang 19+** (or GCC 15+) - Required for C23 `#embed` support +- **SDL3** - System package or auto-vendored + > [!WARNING] > Heavy development. So... here be dragons :3