[cairo] (Patch) Binding for .NET Standard added
Günther FOIDL
gue at korporal.at
Tue Sep 26 15:29:52 UTC 2017
Hello,
the attached patch is an update for
https://www.cairographics.org/bindings/ with bindings for .NET Standard
/ C#.
Kind regards,
gfoidl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo/attachments/20170926/0644c6d8/attachment.html>
-------------- next part --------------
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]]
More information about the cairo
mailing list