Note the macOS and Windows versions that winit supports

This commit is contained in:
Mads Marquart 2023-01-15 21:18:23 +01:00 committed by GitHub
parent 6cf0bf76da
commit 6f60c7a6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
# Winit Scope # Winit Scope
Winit aims to expose an interface that abstracts over window creation and input handling, and can 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 - Desktop
- Windows - Windows 7+ (10+ is tested regularly)
- macOS - macOS 10.7+ (10.14+ is tested regularly)
- Unix - Unix
- via X11 - via X11
- via Wayland - via Wayland