mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 19:55:44 +00:00
Move azure button
This commit is contained in:
parent
31ff2ffb14
commit
b49cf64851
|
@ -1,5 +1,7 @@
|
|||
# GtkSharp
|
||||
|
||||
[![Build Status](https://dev.azure.com/cra0zy/GtkSharp/_apis/build/status/GtkSharp.GtkSharp?branchName=develop)](https://dev.azure.com/cra0zy/GtkSharp/_build/latest?definitionId=1&branchName=develop)
|
||||
|
||||
GtkSharp is a C# wrapper for Gtk and its related components. The component list includes the following libraries: glib, gio, cairo, pango, atk, gdk. This is a fork of https://github.com/mono/gtk-sharp and is maintained completly separatly from that project.
|
||||
|
||||
Differences can be seen with the following table:
|
||||
|
@ -9,8 +11,6 @@ Differences can be seen with the following table:
|
|||
| GtkSharp | .NET Standard 2.0 | Gtk 3.22 | Does not need glue libraries. |
|
||||
| mono/gtksharp | .NET Framework 4.5 | Gtk 2 (also Gtk 3.0 but never officially released) | |
|
||||
|
||||
[![Build Status](https://dev.azure.com/cra0zy/GtkSharp/_apis/build/status/GtkSharp.GtkSharp?branchName=develop)](https://dev.azure.com/cra0zy/GtkSharp/_build/latest?definitionId=1&branchName=develop)
|
||||
|
||||
* [Building from source](#building-from-source)
|
||||
* [Using the library](#using-the-library)
|
||||
* [License](#license)
|
||||
|
|
Loading…
Reference in a new issue