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":
The `ShowCase`sample will allow you to quickly test IML with live result.
<p align="center">
- <a href="https://raw.githubusercontent.com/wiki/jpbruyere/Crow/images/showCase.png">
- <kbd><img src="https://raw.githubusercontent.com/wiki/jpbruyere/Crow/images/showCase.png" height="200"></kbd>
+ <a href="https://github.com/jpbruyere/Crow/blob/master/Images/chess.png">
+ <kbd><img src="https://github.com/jpbruyere/Crow/blob/master/Images/showCase.png" height="200"></kbd>
</a>
</p>