Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
refactor(build): move glad and stb_imag dependencies to another repos (cubos-glad, cubos-stb)
  • Loading branch information
kuukitenshi committed Sep 29, 2024
1 parent df01455 commit ac0ff1b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9,388 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
[submodule "core/lib/glad"]
path = core/lib/glad
url = https://github.com/GameDevTecnico/cubos-glad.git
[submodule "engine/lib/stb_image"]
path = engine/lib/stb_image
url = https://github.com/GameDevTecnico/cubos-stb.git
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial application debugging through Tesseratos (#1303, **@RiscadoA**).
- Print stacktrace with *cpptrace* on calls to CUBOS_FAIL (#1172, **@RiscadoA**).

### Changed

- Moved Glad and stb-image libs to another repositories, cubos-glad and cubos-stb, respectively (#1323, **@kuukitenshi**).

### Fixed

- Spot light angle mismatch between light and shadows (#1310, **@tomas7770**).
- Spot shadows cause light range cutoff (#1312, **@tomas7770**).
- Moved Glad and stb-image to another repositories, cubos-glad and cubos-stb, respectively (#1323, **@kuukitenshi**).


## [v0.3.0] - 2024-08-02
Expand Down
1 change: 1 addition & 0 deletions core/lib/glad
Submodule glad added at 436e91
1 change: 1 addition & 0 deletions engine/lib/stb_image
Submodule stb_image added at 5c340b
Loading

0 comments on commit ac0ff1b

Please sign in to comment.