Releases: bkaradzic/bgfx.cmake
Releases · bkaradzic/bgfx.cmake
v1.118.8417-420
Bump up minimum cmake version to 3.10.2
v1.118.8417-415
Export bimg_encode and bimg_decode
v1.118.8417-414
version: remove newline from version number
v1.118.8417-413
Ensure BX_DIR is converted to cmake style path When using the BX_DIR, BIMG_DIR, and BGFX_DIR options to cmake, the pathnames need to be converted to cmake style path. This ensures the paths do not have mixed directory separators later on in the build, which can cause build failures.
v1.118.8417-412
build(deps): bump bgfx from `bea82a1` to `6f36b4f` Bumps [bgfx](https://github.com/bkaradzic/bgfx) from `bea82a1` to `6f36b4f`. - [Release notes](https://github.com/bkaradzic/bgfx/releases) - [Commits](https://github.com/bkaradzic/bgfx/compare/bea82a13436a42a339e26354c8106dc28dedc178...6f36b4fb3a0d76090eb2727ecf11abac46eef8aa) --- updated-dependencies: - dependency-name: bgfx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
v1.118.8415-411
Updated to the latest bgfx
v1.118.8398-410
example: Fix for android
v1.118.8398-407
Set -fPIC always
v1.118.8398-406
examples: Only copy assets once
v1.118.8398-401
Add option to prefix tool names to avoid conflicts For example the shaderc is used by dawn and an installation might want to prefix bgfx's shaderc with bgfx-shaderc