From 6f60c7a6cc24ce6a50bdd41cde5d5e464007a4c0 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 15 Jan 2023 21:18:23 +0100 Subject: [PATCH] Note the macOS and Windows versions that `winit` supports --- FEATURES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FEATURES.md b/FEATURES.md index 96e8c4a5..ed4dfcab 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -1,10 +1,10 @@ # Winit Scope Winit aims to expose an interface that abstracts over window creation and input handling, and can -be used to create both games and applications. It supports the main graphical platforms: +be used to create both games and applications. It supports the following main graphical platforms: - Desktop - - Windows - - macOS + - Windows 7+ (10+ is tested regularly) + - macOS 10.7+ (10.14+ is tested regularly) - Unix - via X11 - via Wayland