Releases: bkaradzic/bgfx.cmake
Releases · bkaradzic/bgfx.cmake
v1.118.8493-429
Use ncipollo/release-action to release version actions/create-release is no longer maintained
v1.118.8467-427
build(deps): bump bx from `c5593ad` to `7ac95d5` Bumps [bx](https://github.com/bkaradzic/bx) from `c5593ad` to `7ac95d5`. - [Commits](https://github.com/bkaradzic/bx/compare/c5593ad7492ac982b7f66a05df5a65e19dceb793...7ac95d51314bb1a05508113cac0dc48314433488) --- updated-dependencies: - dependency-name: bx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
v1.118.8455-425
Fix setting the outputs correctly after the for loop since it was ove…
v1.118.8455-424
Refactored the conditions a bit
v1.118.8455-422
build(deps): bump bgfx from `6f36b4f` to `538c9a0` Bumps [bgfx](https://github.com/bkaradzic/bgfx) from `6f36b4f` to `538c9a0`. - [Release notes](https://github.com/bkaradzic/bgfx/releases) - [Commits](https://github.com/bkaradzic/bgfx/compare/6f36b4fb3a0d76090eb2727ecf11abac46eef8aa...538c9a05eb65d78e56a7bed2810b6be1fca5cfb7) --- updated-dependencies: - dependency-name: bgfx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
v1.118.8417-421
build(deps): bump bx from `fa1411e` to `4e67e34` Bumps [bx](https://github.com/bkaradzic/bx) from `fa1411e` to `4e67e34`. - [Release notes](https://github.com/bkaradzic/bx/releases) - [Commits](https://github.com/bkaradzic/bx/compare/fa1411e4aa111c8b004c97660ab31ba1a5287835...4e67e34c4b6fb1260459c57f93bc46f164ff22c3) --- updated-dependencies: - dependency-name: bx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
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.