Update README.md

This commit is contained in:
2026-04-05 04:45:50 +02:00
parent 357baf81b6
commit c45269fad3

View File

@@ -6,5 +6,5 @@ To achieve these goals these are the restraints:
- 1 no external dependancies outside of X11 (for making a window/displaying the screen), Unity (for testing) and standard C/POSIX libs - 1 no external dependancies outside of X11 (for making a window/displaying the screen), Unity (for testing) and standard C/POSIX libs
- 2 C99 only - 2 C99 only
- 3 minimal use of abbreviations etc in code + doxygen code comments within .h files. - 3 minimal use of abbreviations etc in code + doxygen code comments within .h files.
- 4 using my own custom shmake build/project management script (this project is also acting as a way for me to dogbowl shmake) - 4 using my own custom [shmake]() C build/project management script (this project is also acting as a way for me to dogfood shmake)
- 5 8-space indentation plus other [crisp-style]() C code. - 5 8-space indentation plus other [crisp-style]() C code.