We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdd533 commit b96c4d2Copy full SHA for b96c4d2
2 files changed
SharpEngine.Editor/GUI/RenderWindow.cs
@@ -1,6 +1,6 @@
1
using ImGuiNET;
2
using Raylib_cs;
3
-using SharpEngine.Core.Utils;
+using SharpEngine.Core.Utils.SeImGui;
4
5
namespace SharpEngine.Editor.GUI;
6
SharpEngine.Editor/SharpEngine.Editor.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
@@ -8,6 +8,6 @@
8
</PropertyGroup>
9
10
<ItemGroup>
11
- <PackageReference Include="SharpEngine.Core" Version="1.7.2" />
+ <PackageReference Include="SharpEngine.Core" Version="1.8.0" />
12
</ItemGroup>
13
</Project>
0 commit comments