(Patch) Binding for .NET Standard added
Günther FOIDL <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Organization | Korporal |
| Message-ID | <[email protected]> |
Hello, the attached patch is an update for https://www.cairographics.org/bindings/ with bindings for .NET Standard / C#. Kind regards, gfoidl -- cairo mailing list [email protected] https://lists.cairographics.org/mailman/listinfo/cairo
bindings-net-standard.diff
(text/plain, 820 B)
src/bindings.mdwn | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bindings.mdwn b/src/bindings.mdwn
index 612853c..5dc3e71 100644
--- a/src/bindings.mdwn
+++ b/src/bindings.mdwn
@@ -25,6 +25,8 @@ languages:
* Cleaned up and more recent bindings for Mono/.NET can be found at [NDesk](http://www.ndesk.org/) (see [http://git.ndesk.org/?p=cairo-sharp](http://git.ndesk.org/?p=cairo-sharp)). Only makefiles are provided but it is simple to create a class library in Visual Studio or Monodevelop and include all the csharp files in the *src* directory.
+ * Bindings for .NET Standard 1.6 are available as [NuGet package](https://www.nuget.org/packages/CairoSharp) (see [CairoSharp](https://github.com/gfoidl/CairoSharp)).
+
* [Nickle][3] : [[cairo-nickle]]
* Objective Caml : [[cairo-ocaml]]