Skip to content

Commit 98a2483

Browse files
Merge pull request #44 from BeanCheeseBurrito/update-4.0.2
Update flecs submodule to 4.0.2 and port latest changes
2 parents cf953c3 + 1925940 commit 98a2483

File tree

21 files changed

+801
-513
lines changed

21 files changed

+801
-513
lines changed

src/Flecs.NET.Bindgen/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
string GetFlecsHeaderPath([CallerFilePath] string filePath = "")
4242
{
43-
return Path.GetFullPath(Path.Combine(filePath, "..", "..", "..", "submodules", "flecs", "flecs.h"));
43+
return Path.GetFullPath(Path.Combine(filePath, "..", "..", "..", "submodules", "flecs", "distr", "flecs.h"));
4444
}
4545

4646
string GetBindingsOutputPath([CallerFilePath] string filePath = "")

src/Flecs.NET.Bindings/Flecs.NET.Bindings.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IsPackable>true</IsPackable>
1111
<IncludeContentInPack>true</IncludeContentInPack>
1212

13-
<Version>4.0.1</Version>
13+
<Version>4.0.2</Version>
1414
<Title Condition="'$(Configuration)' == 'Debug'">Flecs.NET.Bindings.Debug</Title>
1515
<Title Condition="'$(Configuration)' == 'Release'">Flecs.NET.Bindings.Release</Title>
1616
<Authors>BeanCheeseBurrito</Authors>

0 commit comments

Comments
 (0)