Skip to content

Commit

Permalink
Merge pull request #44 from BeanCheeseBurrito/update-4.0.2
Browse files Browse the repository at this point in the history
Update flecs submodule to 4.0.2 and port latest changes
  • Loading branch information
BeanCheeseBurrito authored Oct 6, 2024
2 parents cf953c3 + 1925940 commit 98a2483
Show file tree
Hide file tree
Showing 21 changed files with 801 additions and 513 deletions.
2 changes: 1 addition & 1 deletion src/Flecs.NET.Bindgen/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

string GetFlecsHeaderPath([CallerFilePath] string filePath = "")
{
return Path.GetFullPath(Path.Combine(filePath, "..", "..", "..", "submodules", "flecs", "flecs.h"));
return Path.GetFullPath(Path.Combine(filePath, "..", "..", "..", "submodules", "flecs", "distr", "flecs.h"));
}

string GetBindingsOutputPath([CallerFilePath] string filePath = "")
Expand Down
2 changes: 1 addition & 1 deletion src/Flecs.NET.Bindings/Flecs.NET.Bindings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IsPackable>true</IsPackable>
<IncludeContentInPack>true</IncludeContentInPack>

<Version>4.0.1</Version>
<Version>4.0.2</Version>
<Title Condition="'$(Configuration)' == 'Debug'">Flecs.NET.Bindings.Debug</Title>
<Title Condition="'$(Configuration)' == 'Release'">Flecs.NET.Bindings.Release</Title>
<Authors>BeanCheeseBurrito</Authors>
Expand Down
Loading

0 comments on commit 98a2483

Please sign in to comment.