Skip to content

Commit b96c4d2

Browse files
author
Alexis Huvier
committed
feat(sharpengine): v1.8.0
1 parent 7cdd533 commit b96c4d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

SharpEngine.Editor/GUI/RenderWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using ImGuiNET;
22
using Raylib_cs;
3-
using SharpEngine.Core.Utils;
3+
using SharpEngine.Core.Utils.SeImGui;
44

55
namespace SharpEngine.Editor.GUI;
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
@@ -8,6 +8,6 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="SharpEngine.Core" Version="1.7.2" />
11+
<PackageReference Include="SharpEngine.Core" Version="1.8.0" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)