3 changed files with 20 additions and 29 deletions
@ -1,24 +0,0 @@ |
|||
using System; |
|||
using System.Linq; |
|||
using Avalonia; |
|||
using Avalonia.Controls; |
|||
using Avalonia.Logging.Serilog; |
|||
using Avalonia.Platform; |
|||
using Serilog; |
|||
|
|||
namespace RenderTest |
|||
{ |
|||
internal class Program |
|||
{ |
|||
// TODO: Make this work with GTK/Skia/Cairo depending on command-line args
|
|||
// again.
|
|||
static void Main(string[] args) => BuildAvaloniaApp().Start<MainWindow>(); |
|||
|
|||
// App configuration, used by the entry point and previewer
|
|||
static AppBuilder BuildAvaloniaApp() |
|||
=> AppBuilder.Configure<App>() |
|||
.UsePlatformDetect() |
|||
.UseReactiveUI() |
|||
.LogToDebug(); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue