mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 08:15:38 +00:00
11 lines
134 B
C#
11 lines
134 B
C#
namespace WebKit
|
|
{
|
|
|
|
public partial class Global
|
|
{
|
|
|
|
public static bool IsSupported => GLibrary.IsSupported(Library.Webkit);
|
|
|
|
}
|
|
|
|
} |