Skip to content

Commit

Permalink
chore(git): imguinet added as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrynik committed Oct 31, 2023
1 parent b8d90bb commit 6402d18
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "src/Libs/External/MonoGame.ImGuiNet"]
path = src/Libs/External/MonoGame.ImGuiNet
url = [email protected]:Mezo-hx/MonoGame.ImGuiNet.git
1 change: 1 addition & 0 deletions src/Libs/External/MonoGame.ImGuiNet
Submodule MonoGame.ImGuiNet added at b4c81c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Components.Data;
using Scellecs.Morpeh;

namespace Features.Debugging;
namespace Systems.Debugging;

public class EntitiesList : ISystem
{
Expand Down
10 changes: 10 additions & 0 deletions src/Libs/Systems.Debugging/Systems.Debugging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,14 @@
<PackageReference Include="Serilog" Version="2.12.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="Scellecs.Morpeh">
<HintPath>..\..\..\..\..\.nuget\packages\scellecs.morpeh\2023.1.0\lib\netstandard2.1\Scellecs.Morpeh.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Components\Components.csproj" />
</ItemGroup>

</Project>

0 comments on commit 6402d18

Please sign in to comment.