diff --git a/README.md b/README.md index 1eec806..b1cbf5c 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,17 @@ int main() } ``` + +OS✅ Windows
✅ Linux
✅ macOS
✅ Android
✅ iOS
✅ FreeBSD
✅ NetBSD
✅ OpenBSD +Compiler✅ GCC
✅ Clang
✅ MSVC
✅ MinGW + + #### Best practice for using `ruapu.h` in multiple compilation units 1. Create one `ruapu.c` for your project 2. `ruapu.c` is **ONLY** `#define RUAPU_IMPLEMENTATION` and `#include "ruapu.h"` 3. Other sources `#include "ruapu.h"` but **NO** `#define RUAPU_IMPLEMENTATION` - -OS✅ Windows
✅ Linux
✅ macOS
✅ Android
✅ iOS
✅ FreeBSD
✅ NetBSD
✅ OpenBSD -Compiler✅ GCC
✅ Clang
✅ MSVC
✅ MinGW - - ## Let's ruapu