Skip to content

Commit

Permalink
update deps (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido authored Apr 4, 2024
1 parent cab7f01 commit f221508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-07-20-introduction-to-game-dev-with-sdl2.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,9 @@ To install the SDL libraries needed we can create a conanfile.txt that declares

```ini
[requires]
sdl_image/[~2.0]
sdl_image/[~2.6]
sdl_ttf/[~2.0]
sdl/[~2.26]
sdl/[~2.28]

[generators]
CMakeToolchain
Expand Down

0 comments on commit f221508

Please sign in to comment.