From e1092698a5ea22b097712c5f0619db57c3aced30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Mon, 26 Jun 2023 20:05:05 -0700 Subject: [PATCH] Removed platforms that are not supported anymore. --- README.md | 4 +--- docs/overview.rst | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d77a38ee6..8c999678b 100644 --- a/README.md +++ b/README.md @@ -49,16 +49,14 @@ Supported rendering backends: Supported platforms: * Android (14+, ARM, x86, MIPS) - * FreeBSD * iOS/iPadOS/tvOS (iPhone, iPad, AppleTV) * Linux - * MIPS Creator CI20 * macOS (11+) * PlayStation 4 * RaspberryPi * UWP (Universal Windows, Xbox One) * Wasm/Emscripten - * Windows (XP, Vista, 7, 8, 10) + * Windows (7+) Supported compilers: diff --git a/docs/overview.rst b/docs/overview.rst index 9ba94b01f..df297987e 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -35,16 +35,14 @@ Supported Platforms ~~~~~~~~~~~~~~~~~~~ - Android (14+, ARM, x86, MIPS) -- FreeBSD - iOS/iPadOS/tvOS (iPhone, iPad, AppleTV) - Linux -- MIPS Creator CI20 - macOS (11+) - PlayStation 4 - RaspberryPi - UWP (Universal Windows, Xbox One) - Wasm/Emscripten -- Windows (XP, Vista, 7, 8, 10) +- Windows (7+) Supported Compilers ~~~~~~~~~~~~~~~~~~~