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 41fb856 to 1bfbe71 (#209)
Browse files Browse the repository at this point in the history
* Bump ext/flecs from `41fb856` to `1bfbe71`

Bumps [ext/flecs](https://github.com/SanderMertens/flecs) from `41fb856` to `1bfbe71`.
- [Release notes](https://github.com/SanderMertens/flecs/releases)
- [Commits](SanderMertens/flecs@41fb856...1bfbe71)

---
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 31, 2023
1 parent 8348a34 commit c8dc740
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 41 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-25 00:39:40 GMT+00:00:
// This code was generated by the following tool on 2023-08-28 00:38:57 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
35 changes: 16 additions & 19 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-25 00:39:40 GMT+00:00:
// This code was generated by the following tool on 2023-08-28 00:38:57 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 @@ -4647,53 +4647,53 @@ public string add_expr
}

[CNode(Kind = "Struct")]
[StructLayout(LayoutKind.Explicit, Size = 24, Pack = 8)]
[StructLayout(LayoutKind.Explicit, Size = 32, Pack = 8)]
public struct ecs_entity_to_json_desc_t
{
[FieldOffset(0)] // size = 1
public CBool serialize_path;

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

[FieldOffset(2)] // size = 1
public CBool serialize_label;

[FieldOffset(3)] // size = 1
[FieldOffset(2)] // size = 1
public CBool serialize_brief;

[FieldOffset(4)] // size = 1
[FieldOffset(3)] // size = 1
public CBool serialize_link;

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

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

[FieldOffset(7)] // size = 1
[FieldOffset(6)] // size = 1
public CBool serialize_id_labels;

[FieldOffset(8)] // size = 1
[FieldOffset(7)] // size = 1
public CBool serialize_base;

[FieldOffset(9)] // size = 1
[FieldOffset(8)] // size = 1
public CBool serialize_private;

[FieldOffset(10)] // size = 1
[FieldOffset(9)] // size = 1
public CBool serialize_hidden;

[FieldOffset(11)] // size = 1
[FieldOffset(10)] // size = 1
public CBool serialize_values;

[FieldOffset(12)] // size = 1
[FieldOffset(11)] // size = 1
public CBool serialize_type_info;

[FieldOffset(13)] // size = 1
[FieldOffset(12)] // size = 1
public CBool serialize_alerts;

[FieldOffset(16)] // size = 8
public ecs_entity_t serialize_refs;

[FieldOffset(24)] // size = 1
public CBool serialize_matches;
}

[CNode(Kind = "Struct")]
Expand Down Expand Up @@ -8941,9 +8941,6 @@ public struct ecs_xtor_t
[CNode(Kind = "MacroObject")]
public const ulong ECS_ID_FLAGS_MASK = 17293822569102704640;

[CNode(Kind = "MacroObject")]
public const ulong ECS_ID_FLAG_BIT = 9223372036854775808;

[CNode(Kind = "MacroObject")]
public const int ECS_ID_IN_USE = 12;

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-25 00:39:56 GMT+00:00:
// This code was generated by the following tool on 2023-08-28 00:39:22 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
35 changes: 16 additions & 19 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-25 00:39:56 GMT+00:00:
// This code was generated by the following tool on 2023-08-28 00:39:22 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 @@ -4430,53 +4430,53 @@ public string add_expr
}

[CNode(Kind = "Struct")]
[StructLayout(LayoutKind.Explicit, Size = 24, Pack = 8)]
[StructLayout(LayoutKind.Explicit, Size = 32, Pack = 8)]
public struct ecs_entity_to_json_desc_t
{
[FieldOffset(0)] // size = 1
public CBool serialize_path;

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

[FieldOffset(2)] // size = 1
public CBool serialize_label;

[FieldOffset(3)] // size = 1
[FieldOffset(2)] // size = 1
public CBool serialize_brief;

[FieldOffset(4)] // size = 1
[FieldOffset(3)] // size = 1
public CBool serialize_link;

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

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

[FieldOffset(7)] // size = 1
[FieldOffset(6)] // size = 1
public CBool serialize_id_labels;

[FieldOffset(8)] // size = 1
[FieldOffset(7)] // size = 1
public CBool serialize_base;

[FieldOffset(9)] // size = 1
[FieldOffset(8)] // size = 1
public CBool serialize_private;

[FieldOffset(10)] // size = 1
[FieldOffset(9)] // size = 1
public CBool serialize_hidden;

[FieldOffset(11)] // size = 1
[FieldOffset(10)] // size = 1
public CBool serialize_values;

[FieldOffset(12)] // size = 1
[FieldOffset(11)] // size = 1
public CBool serialize_type_info;

[FieldOffset(13)] // size = 1
[FieldOffset(12)] // size = 1
public CBool serialize_alerts;

[FieldOffset(16)] // size = 8
public ecs_entity_t serialize_refs;

[FieldOffset(24)] // size = 1
public CBool serialize_matches;
}

[CNode(Kind = "Struct")]
Expand Down Expand Up @@ -8724,9 +8724,6 @@ public struct ecs_xtor_t
[CNode(Kind = "MacroObject")]
public const ulong ECS_ID_FLAGS_MASK = 17293822569102704640;

[CNode(Kind = "MacroObject")]
public const ulong ECS_ID_FLAG_BIT = 9223372036854775808;

[CNode(Kind = "MacroObject")]
public const int ECS_ID_IN_USE = 12;

Expand Down

0 comments on commit c8dc740

Please sign in to comment.