forked from widberg/bgfx.cmake
-
Notifications
You must be signed in to change notification settings - Fork 114
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 `66b020e` to `5de37d0` - [Commits](bkaradzic/bgfx@66b020e...5de37d0) Updates `bx` from `610b8e4` to `be3e348` - [Commits](bkaradzic/bx@610b8e4...be3e348) Updates `bimg` from `dce2c35` to `6c4d188` - [Commits](bkaradzic/bimg@dce2c35...6c4d188) --- 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
1f65bfc
commit 26af75d
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bimg
updated
3 files
+2 −1 | 3rdparty/nvtt/nvcore/debug.h | |
+1 −1 | 3rdparty/nvtt/nvcore/nvcore.h | |
+8 −8 | src/bimg_p.h |
Submodule bx
updated
19 files
+26 −0 | include/bx/bx.h | |
+167 −3 | include/bx/inline/math.inl | |
+44 −110 | include/bx/inline/uint32_t.inl | |
+14 −14 | include/bx/macros.h | |
+30 −1 | include/bx/math.h | |
+6 −5 | include/bx/platform.h | |
+16 −6 | include/bx/uint32_t.h | |
+41 −0 | src/bx.cpp | |
+2 −2 | src/dtoa.cpp | |
+0 −2 | src/file.cpp | |
+5 −6 | src/filepath.cpp | |
+0 −2 | src/mutex.cpp | |
+4 −21 | src/os.cpp | |
+1 −12 | src/thread.cpp | |
+25 −18 | tests/macros_test.cpp | |
+113 −22 | tests/math_test.cpp | |
+16 −0 | tests/run_test.cpp | |
+6 −1 | tests/test.h | |
+15 −41 | tests/uint32_test.cpp |