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 f9c7c3d to a36e71a (#194)
Browse files Browse the repository at this point in the history
* Bump ext/flecs from `f9c7c3d` to `a36e71a`

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

---
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 Jul 31, 2023
1 parent 281f6fa commit 00eb313
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ext/flecs
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-07-23 13:42:09 GMT+00:00:
// This code was generated by the following tool on 2023-07-27 00:56:58 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.1.2.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
7 changes: 5 additions & 2 deletions src/cs/production/Flecs.Core/Generated/flecs.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-07-23 13:42:09 GMT+00:00:
// This code was generated by the following tool on 2023-07-27 00:56:58 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.1.2.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -9192,7 +9192,10 @@ public struct ecs_xtor_t
public const uint EcsQueryHasMonitor = 32;

[CNode(Kind = "MacroObject")]
public const uint EcsQueryHasOutColumns = 16;
public const uint EcsQueryHasNonThisOutTerms = 32;

[CNode(Kind = "MacroObject")]
public const uint EcsQueryHasOutTerms = 16;

[CNode(Kind = "MacroObject")]
public const uint EcsQueryHasRefs = 2;
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-07-23 13:42:22 GMT+00:00:
// This code was generated by the following tool on 2023-07-27 00:57:14 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.1.2.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down
7 changes: 5 additions & 2 deletions src/cs/production/Flecs.Unity/Generated/flecs.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-07-23 13:42:22 GMT+00:00:
// This code was generated by the following tool on 2023-07-27 00:57:14 GMT+00:00:
// https://github.com/bottlenoselabs/c2cs (v6.1.2.0)
//
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
Expand Down Expand Up @@ -8981,7 +8981,10 @@ public struct ecs_xtor_t
public const uint EcsQueryHasMonitor = 32;

[CNode(Kind = "MacroObject")]
public const uint EcsQueryHasOutColumns = 16;
public const uint EcsQueryHasNonThisOutTerms = 32;

[CNode(Kind = "MacroObject")]
public const uint EcsQueryHasOutTerms = 16;

[CNode(Kind = "MacroObject")]
public const uint EcsQueryHasRefs = 2;
Expand Down

0 comments on commit 00eb313

Please sign in to comment.