Skip to content

Commit

Permalink
FIX - Missing icon inside NuGet package readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wuganhao committed Sep 27, 2023
1 parent e7f98b5 commit be9b070
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README-NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ About
wxWidgets is a free and open source cross-platform C++ framework
for writing advanced GUI applications using native controls.

![wxWidgets Logo](https://www.wxwidgets.org/assets/img/header-logo.png)
[![wxWidgets Logo](https://www.wxwidgets.org/assets/img/header-logo.png)](https://www.wxwidgets.org/)

wxWidgets allows you to write native-looking GUI applications for
all the major desktop platforms and also helps with abstracting
Expand Down Expand Up @@ -33,15 +33,15 @@ Platforms

This version of wxWidgets supports the following primary platforms:

- Windows XP, Vista, 7, 8 and 10 (32/64 bits).
- Windows XP, Vista, 7, 8, 10 and 11 (32/64 bits).
- Most Unix variants using the GTK+ toolkit (version 2.6 or newer or 3.x).
- macOS (10.10 or newer) using Cocoa under both amd64 and ARM platforms.

Most popular C++ compilers are supported including but not limited to:

- Microsoft Visual C++ 2005 or later (up to 2022).
- g++ 4 or later, including MinGW/MinGW-64/TDM under Windows.
- Clang under macOS and Linux.
- g++ 4 or later (up to 12), including MinGW/MinGW-64/TDM under Windows.
- Clang (up to 14).
- Intel icc compiler.
- Oracle (ex-Sun) CC.

Expand Down

0 comments on commit be9b070

Please sign in to comment.