This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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] <[email protected]> * Update C# bindings --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lithiumtoast <[email protected]>
- Loading branch information
1 parent
8348a34
commit c8dc740
Showing
5 changed files
with
35 additions
and
41 deletions.
There are no files selected for viewing
Submodule flecs
updated
25 files
+1 −0 | README.md | |
+2 −2 | docs/Manual.md | |
+63 −23 | flecs.c | |
+364 −186 | flecs.h | |
+353 −181 | include/flecs.h | |
+6 −0 | include/flecs/addons/cpp/mixins/id/impl.hpp | |
+3 −2 | include/flecs/addons/json.h | |
+2 −0 | include/flecs/private/api_defines.h | |
+0 −3 | include/flecs/private/api_types.h | |
+2 −0 | src/addons/doc.c | |
+51 −15 | src/addons/json/serialize.c | |
+1 −1 | src/addons/os_api_impl/windows_impl.inl | |
+1 −0 | src/addons/rest.c | |
+6 −0 | src/bootstrap.c | |
+2 −7 | src/entity.c | |
+4 −1 | test/api/project.json | |
+37 −0 | test/api/src/Id.c | |
+16 −1 | test/api/src/main.c | |
+5 −1 | test/cpp_api/project.json | |
+48 −0 | test/cpp_api/src/World.cpp | |
+21 −1 | test/cpp_api/src/main.cpp | |
+9 −3 | test/meta/project.json | |
+193 −46 | test/meta/src/SerializeEntityToJson.c | |
+87 −0 | test/meta/src/SerializeIterToJson.c | |
+37 −7 | test/meta/src/main.c |
2 changes: 1 addition & 1 deletion
2
src/cs/production/Interop.Flecs.Core/Generated/AssemblyAttributes.gen.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/cs/production/Interop.Flecs.Unity/Generated/AssemblyAttributes.gen.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters