Skip to content

Commit

Permalink
Update package 'SFML' to v2.5.1-p2 fiv videomode implementation for m…
Browse files Browse the repository at this point in the history
…acOS
  • Loading branch information
drodin committed Apr 18, 2024
1 parent c870ff6 commit 7d981a6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ hunter_default_version(SDL2 VERSION 2.0.7-p3)
hunter_default_version(SDL_image VERSION 2.0.1-p1)
hunter_default_version(SDL_mixer VERSION 2.0.2-p0)
hunter_default_version(SDL_ttf VERSION 2.0.14-p0)
hunter_default_version(SFML VERSION 2.5.1-p1)
hunter_default_version(SFML VERSION 2.5.1-p2)
hunter_default_version(SPIRV-Headers VERSION 1.5.1)
hunter_default_version(SPIRV-Tools VERSION 2019.4-p0)
hunter_default_version(SimpleSignal VERSION 0.0.0-79c3f68-p1)
Expand Down
22 changes: 22 additions & 0 deletions cmake/projects/SFML/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ include(hunter_cacheable)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
SFML
VERSION
2.5.1-p2
URL
"https://github.com/drodin/SFML/archive/fcff37b.tar.gz"
SHA1
8d2a517b6dcc596717d5b921a35a39a0ca96e077
)

hunter_add_version(
PACKAGE_NAME
SFML
VERSION
2.5.1-gl4es-p2
URL
"https://github.com/drodin/SFML/archive/e15d37f.tar.gz"
SHA1
8b3c9695e58e2b3684aeb94b6fffac2e7deb1655
)

hunter_add_version(
PACKAGE_NAME
SFML
Expand Down

0 comments on commit 7d981a6

Please sign in to comment.