forked from widberg/bgfx.cmake
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the submodules group with 3 updates
Bumps the submodules group with 3 updates: [bgfx](https://github.com/bkaradzic/bgfx), [bx](https://github.com/bkaradzic/bx) and [bimg](https://github.com/bkaradzic/bimg). Updates `bgfx` from `5de37d0` to `03a2c26` - [Commits](bkaradzic/bgfx@5de37d0...03a2c26) Updates `bx` from `be3e348` to `03fd6f4` - [Commits](bkaradzic/bx@be3e348...03fd6f4) Updates `bimg` from `6c4d188` to `678b750` - [Commits](bkaradzic/bimg@6c4d188...678b750) --- updated-dependencies: - dependency-name: bgfx dependency-type: direct:production dependency-group: submodules - dependency-name: bx dependency-type: direct:production dependency-group: submodules - dependency-name: bimg dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
2f0e950
commit 871eed8
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bgfx
updated
87 files
Submodule bx
updated
13 files
+2 −0 | include/bx/inline/hash.inl | |
+7 −0 | include/bx/inline/math.inl | |
+11 −23 | include/bx/macros.h | |
+5 −0 | include/bx/math.h | |
+1 −1 | include/bx/os.h | |
+10 −3 | include/bx/platform.h | |
+3 −0 | scripts/toolchain.lua | |
+7 −1 | src/debug.cpp | |
+2 −1 | src/filepath.cpp | |
+5 −5 | src/hash.cpp | |
+4 −4 | tests/hash_test.cpp | |
+66 −0 | tests/math_test.cpp | |
+9 −9 | tools/bin2c/bin2c.cpp |