forked from widberg/bgfx.cmake
-
Notifications
You must be signed in to change notification settings - Fork 115
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 `57d8a08` to `00fa5ad` - [Commits](bkaradzic/bgfx@57d8a08...00fa5ad) Updates `bx` from `34ba9c7` to `d171a0f` - [Commits](bkaradzic/bx@34ba9c7...d171a0f) Updates `bimg` from `e9fa0ce` to `98a40e8` - [Commits](bkaradzic/bimg@e9fa0ce...98a40e8) --- 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
701d84c
commit 19cb98d
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule bimg
updated
19 files
Submodule bx
updated
13 files
+6 −0 | README.md | |
+3 −3 | include/bx/inline/cpu.inl | |
+52 −0 | include/bx/inline/typetraits.inl | |
+3 −3 | include/bx/macros.h | |
+1 −0 | include/bx/thread.h | |
+8 −0 | include/bx/typetraits.h | |
+10 −0 | makefile | |
+49 −9 | scripts/toolchain.lua | |
+3 −14 | src/dtoa.cpp | |
+19 −2 | src/string.cpp | |
+11 −5 | src/thread.cpp | |
+100 −0 | tests/typetraits_test.cpp | |
+14 −1 | tests/vsnprintf_test.cpp |