mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-05 19:55:33 +00:00
11 lines
131 B
C#
11 lines
131 B
C#
namespace Cairo
|
|
{
|
|
|
|
public partial class Global
|
|
{
|
|
|
|
public static bool IsSupported => GLibrary.IsSupported(Library.Cairo);
|
|
|
|
}
|
|
|
|
} |