From 0df63b5cb5a4ede46b8a25ba59bae0c7aa4fa5a9 Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Sun, 13 Oct 2024 01:11:16 +0200 Subject: [PATCH] README: Update platform support --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc3b029c..cc75beb2 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ Rust bindings for [SFML](http://www.sfml-dev.org), the Simple and Fast Multimedi Platform support ================ -| | | -|-------------|---------------------------------------------------| -| 🐧 Linux | ✅ Most tested | -| 🪟 Windows | ⚠️ Rarely tested. Looking for testers/maintainers! | -| 🍎 Mac OS X | ❌ Untested. Looking for testers/maintainers! | +| | | +|----------------------|----------------------------------------------------------| +| 🐧 Linux | ✅ Most tested | +| 🪟 Windows (MSVC) | ⚠️ Rarely tested. Looking for testers/maintainers! | +| 🐧 -> 🪟 (mingw-w64) | ⚠️ Cross-compile from Linux to Windows. Somewhat tested. | +| 🍎 Mac OS X | ❌ Untested. Looking for testers/maintainers! | Prerequisites =============