feat: added basic window, input & drawing
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<AssemblyName>MyUniverse</AssemblyName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
@@ -28,6 +29,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="nulastudio.NetBeauty" Version="2.1.5" />
|
||||
<PackageReference Include="SDL3-CS" Version="3.3.7" />
|
||||
<PackageReference Include="Silk.NET.OpenGL" Version="2.23.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../../Engine/Engine.Integration/Engine.Integration.LiteNetLib/Engine.Integration.LiteNetLib.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user