Skip to content

Commit

Permalink
fix: update bgfx
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Aug 29, 2024
1 parent fe935eb commit 028474e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FetchContent_Declare(base-n
GIT_TAG 7573e77c0b9b0e8a5fb63d96dbde212c921993b4)
FetchContent_Declare(bgfx.cmake
GIT_REPOSITORY https://github.com/BabylonJS/bgfx.cmake.git
GIT_TAG a1582009254156a0396d600265d5611bc67e85fa)
GIT_TAG 3f6a554a2f24ddb9303873dc64158a18b111f59b)
FetchContent_Declare(CMakeExtensions
GIT_REPOSITORY https://github.com/BabylonJS/CMakeExtensions.git
GIT_TAG ea28b7689530bfdc4905806f27ecf7e8ed4b5419)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Check out the [home page](https://aka.ms/Bnative) for a project overview.
- [Building on Windows 10, Targeting HoloLens 2](BUILDING.md#building-on-windows-10-targeting-hololens-2)
- [Building on macOS, Targeting macOS](BUILDING.md#building-on-macos-targeting-macos)
- [Building on macOS, Targeting iOS](BUILDING.md#building-on-macos-targeting-ios)
- [Building on macOS, Targeting visionOS](BUILDING.md#building-on-macos-targeting-visionos)
- [Building on Windows, Targeting Android](BUILDING.md#building-on-windows-targeting-android)
- [Building on Ubuntu, Targeting Linux](BUILDING.md#building-on-ubuntu-targeting-linux)
- [Selecting the Graphics API](BUILDING.md#selecting-the-graphics-api)
Expand Down

0 comments on commit 028474e

Please sign in to comment.