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 2 updates
Bumps the submodules group with 2 updates: [bgfx](https://github.com/bkaradzic/bgfx) and [bx](https://github.com/bkaradzic/bx). Updates `bgfx` from `0244cc4` to `57d8a08` - [Commits](bkaradzic/bgfx@0244cc4...57d8a08) Updates `bx` from `3072cf3` to `34ba9c7` - [Commits](bkaradzic/bx@3072cf3...34ba9c7) --- updated-dependencies: - dependency-name: bgfx dependency-type: direct:production dependency-group: submodules - dependency-name: bx dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e12aba9
commit e8db646
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bx
updated
17 files
+3 −1 | include/bx/bx.h | |
+4 −1 | include/bx/constants.h | |
+14 −0 | include/bx/inline/math.inl | |
+1 −1 | include/bx/inline/readerwriter.inl | |
+7 −0 | include/bx/math.h | |
+9 −1 | include/bx/platform.h | |
+1 −0 | include/bx/simd_t.h | |
+68 −3 | scripts/toolchain.lua | |
+3 −2 | src/debug.cpp | |
+2 −1 | src/file.cpp | |
+2 −1 | src/mutex.cpp | |
+4 −2 | src/os.cpp | |
+6 −3 | src/semaphore.cpp | |
+4 −2 | src/thread.cpp | |
+89 −34 | tests/math_bench.cpp | |
+30 −0 | tests/math_test.cpp | |
+24 −0 | tests/readerwriter_test.cpp |