From 6df13ab69779d72fddaca5feff4cbcaf49a10ebe Mon Sep 17 00:00:00 2001 From: asrael Date: Sat, 31 Jan 2026 09:33:00 -0600 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 208cf5c..d4dc193 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,11 @@ ./pxl8.sh run [game.cart | project_dir] # Run pxl8 demo (or a specific game) ./pxl8.sh run [game.cart | project_dir] --repl # Run pxl8 demo (or a specific game) with a REPL ``` -**Note** The demo has keys 1-8 bound for different examples. ### Requirements - **Clang 19+** (or GCC 15+) - Required for C23 `#embed` support -- **Rust nightly** (edition 2024) +- **Rust nightly** (edition 2024) - Required for [pxl8d](pxl8d) server - **SDL3** - System package or auto-vendored > [!WARNING]