Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Bump ext/flecs from f3424e4 to c27c1da (#199)
Browse files Browse the repository at this point in the history
* Bump ext/flecs from `f3424e4` to `c27c1da`

Bumps [ext/flecs](https://github.com/SanderMertens/flecs) from `f3424e4` to `c27c1da`.
- [Release notes](https://github.com/SanderMertens/flecs/releases)
- [Commits](SanderMertens/flecs@f3424e4...c27c1da)

---
updated-dependencies:
- dependency-name: ext/flecs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update C# bindings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lithiumtoast <519592+lithiumtoast@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and lithiumtoast committed Aug 9, 2023
1 parent bb9d48c commit 65d4652
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// To disable generating this file set `isEnabledGenerateAssemblyAttributes` to `false` in the config file for generating C# code.
// <auto-generated>
// This code was generated by the following tool on 2023-08-07 15:39:17 GMT+00:00:
// This code was generated by the following tool on 2023-08-08 00:31:29 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.1.3.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
10 changes: 2 additions & 8 deletions src/cs/production/Interop.Flecs.Core/Generated/PInvoke.gen.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// <auto-generated>
// This code was generated by the following tool on 2023-08-07 15:39:17 GMT+00:00:
// This code was generated by the following tool on 2023-08-08 00:31:29 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.1.3.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -3779,7 +3779,7 @@ public struct EcsMemberRanges
}

[CNode(Kind = "Struct")]
[StructLayout(LayoutKind.Explicit, Size = 16, Pack = 4)]
[StructLayout(LayoutKind.Explicit, Size = 8, Pack = 4)]
public struct EcsMetaType
{
[FieldOffset(0)] // size = 4
Expand All @@ -3790,12 +3790,6 @@ public struct EcsMetaType

[FieldOffset(5)] // size = 1
public CBool partial;

[FieldOffset(8)] // size = 4
public ecs_size_t size;

[FieldOffset(12)] // size = 4
public ecs_size_t alignment;
}

[CNode(Kind = "Struct")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// To disable generating this file set `isEnabledGenerateAssemblyAttributes` to `false` in the config file for generating C# code.
// <auto-generated>
// This code was generated by the following tool on 2023-08-07 15:39:33 GMT+00:00:
// This code was generated by the following tool on 2023-08-08 00:31:41 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.1.3.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
10 changes: 2 additions & 8 deletions src/cs/production/Interop.Flecs.Unity/Generated/PInvoke.gen.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// <auto-generated>
// This code was generated by the following tool on 2023-08-07 15:39:33 GMT+00:00:
// This code was generated by the following tool on 2023-08-08 00:31:41 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.1.3.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -3568,7 +3568,7 @@ public struct EcsMemberRanges
}

[CNode(Kind = "Struct")]
[StructLayout(LayoutKind.Explicit, Size = 16, Pack = 4)]
[StructLayout(LayoutKind.Explicit, Size = 8, Pack = 4)]
public struct EcsMetaType
{
[FieldOffset(0)] // size = 4
Expand All @@ -3579,12 +3579,6 @@ public struct EcsMetaType

[FieldOffset(5)] // size = 1
public CBool partial;

[FieldOffset(8)] // size = 4
public ecs_size_t size;

[FieldOffset(12)] // size = 4
public ecs_size_t alignment;
}

[CNode(Kind = "Struct")]
Expand Down

0 comments on commit 65d4652

Please sign in to comment.