Skip to content

Releases: bkaradzic/bgfx.cmake

v1.118.8417-420

19 Feb 14:41
Compare
Choose a tag to compare
Bump up minimum cmake version to 3.10.2

v1.118.8417-415

11 Feb 16:35
Compare
Choose a tag to compare
Export bimg_encode and bimg_decode

v1.118.8417-414

11 Feb 15:15
Compare
Choose a tag to compare
version: remove newline from version number

v1.118.8417-413

11 Feb 15:20
Compare
Choose a tag to compare
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

10 Feb 01:32
Compare
Choose a tag to compare
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

22 Jan 15:09
Compare
Choose a tag to compare
Updated to the latest bgfx

v1.118.8398-410

22 Jan 14:14
Compare
Choose a tag to compare
example: Fix for android

v1.118.8398-407

22 Jan 04:14
1c31493
Compare
Choose a tag to compare
Set -fPIC always

v1.118.8398-406

21 Jan 23:47
Compare
Choose a tag to compare
examples: Only copy assets once

v1.118.8398-401

21 Jan 21:40
Compare
Choose a tag to compare
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