update documentation to have a posix/windows focus. I am big dumb, consoles do not have dlls...

This commit is contained in:
2025-11-02 09:38:12 +01:00
parent ed6325598c
commit 5ab3da22ae
2 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
`stk` is a lightweight, modular toolkit for building games and game engines. It provides a **portable foundation** for dynamically loading modules, native or WASM, without enforcing any architecture or design choices.
It is designed to run on a wide range of systems, from retro consoles and embedded devices to modern PCs.
It is designed to run on modern systems running POSIX and Windows.
---