From: Jean-Philippe Bruyère Date: Sat, 30 Oct 2021 17:49:15 +0000 (+0200) Subject: syntax corrections X-Git-Tag: v0.9.8-beta~11 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=46f50ca7932ceb2e7fa85ca353d06c8220d36bb2;p=jp%2Fcrow.git syntax corrections --- diff --git a/Crow/src/Interface.cs b/Crow/src/Interface.cs index 6cd6949f..a41d5dae 100644 --- a/Crow/src/Interface.cs +++ b/Crow/src/Interface.cs @@ -83,7 +83,7 @@ namespace Crow switch (libraryName) { case "cairo": -+ return NativeLibrary.Load("cairo-2", assembly, null); + return NativeLibrary.Load("cairo-2", assembly, null); /*case "glfw3": return NativeLibrary.Load("glfw", assembly, null);*/ case "rsvg-2.40": diff --git a/README.md b/README.md index 222ebff4..36c793ec 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ Check the [Tutorials](https://github.com/jpbruyere/Crow/wiki/Tutorials) for a qu The `ShowCase`sample will allow you to quickly test IML with live result.

- - + +