Skip to content

Commit

Permalink
fix(build): move stb_imag dependency to another repo (cubos-stb)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuukitenshi committed Sep 28, 2024
1 parent df01455 commit 7f82a97
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9,389 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
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- 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**).

- Moved Glad and stb-image libs 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 7f82a97

Please sign in to comment.