From b7d1db201990b30c99738938b5e6f73a91a049ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 00:24:48 +0000 Subject: [PATCH 1/2] Bump ext/flecs from `f591de7` to `c36a9e3` Bumps [ext/flecs](https://github.com/SanderMertens/flecs) from `f591de7` to `c36a9e3`. - [Release notes](https://github.com/SanderMertens/flecs/releases) - [Commits](https://github.com/SanderMertens/flecs/compare/f591de7e15cc9bcdb7d7c541085d722ad3a901ff...c36a9e36adcf66f054ca1ae733332febe61c2092) --- updated-dependencies: - dependency-name: ext/flecs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ext/flecs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/flecs b/ext/flecs index f591de7..c36a9e3 160000 --- a/ext/flecs +++ b/ext/flecs @@ -1 +1 @@ -Subproject commit f591de7e15cc9bcdb7d7c541085d722ad3a901ff +Subproject commit c36a9e36adcf66f054ca1ae733332febe61c2092 From cd651e209ac02bf417fbb25c94803f52aaf2f96d Mon Sep 17 00:00:00 2001 From: lithiumtoast Date: Thu, 19 Jan 2023 00:31:45 +0000 Subject: [PATCH 2/2] Update C# bindings --- src/cs/production/Flecs/flecs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cs/production/Flecs/flecs.cs b/src/cs/production/Flecs/flecs.cs index 67c39b1..52671d2 100644 --- a/src/cs/production/Flecs/flecs.cs +++ b/src/cs/production/Flecs/flecs.cs @@ -1,5 +1,5 @@ // -// This code was generated by the following tool on 2023-01-18 00:26:04 GMT+00:00: +// This code was generated by the following tool on 2023-01-19 00:27:07 GMT+00:00: // https://github.com/bottlenoselabs/c2cs (v4.0.12.0) // // Changes to this file may cause incorrect behavior and will be lost if the code is