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 `d0e2820` to `ed9b724` Bumps [ext/flecs](https://github.com/SanderMertens/flecs) from `d0e2820` to `ed9b724`. - [Release notes](https://github.com/SanderMertens/flecs/releases) - [Commits](SanderMertens/flecs@d0e2820...ed9b724) --- 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 <lithiumtoast@users.noreply.github.com>
- Loading branch information
1 parent
bdf7279
commit a75995b
Showing
2 changed files
with
51 additions
and
10 deletions.
There are no files selected for viewing
Submodule flecs
updated
23 files
+251 −88 | flecs.c | |
+58 −31 | flecs.h | |
+58 −31 | include/flecs/addons/plecs.h | |
+26 −0 | src/addons/app.c | |
+17 −53 | src/addons/http.c | |
+18 −1 | src/addons/json/deserialize.c | |
+35 −0 | src/addons/json/json.c | |
+5 −0 | src/addons/json/json.h | |
+6 −6 | src/addons/json/serialize.c | |
+111 −6 | src/addons/plecs.c | |
+12 −11 | src/addons/rest.c | |
+15 −11 | src/entity.c | |
+6 −0 | src/world.c | |
+2 −1 | test/addons/project.json | |
+29 −0 | test/addons/src/Plecs.c | |
+6 −1 | test/addons/src/main.c | |
+3 −0 | test/api/project.json | |
+37 −0 | test/api/src/Pairs.c | |
+16 −1 | test/api/src/main.c | |
+3 −1 | test/meta/project.json | |
+40 −0 | test/meta/src/DeserializeFromJson.c | |
+31 −0 | test/meta/src/SerializeToJson.c | |
+12 −2 | test/meta/src/main.c |
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