Skip to content

Commit

Permalink
[thor] Pin SFML version to SFML 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Dec 30, 2024
1 parent 48afdad commit 513360e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 11 additions & 2 deletions ports/thor/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
{
"name": "thor",
"version-date": "2022-04-16",
"version-date": "2022-04-17",
"description": "Extends the multimedia library SFML with higher-level features",
"homepage": "https://bromeon.ch/libraries/thor/",
"license": "Zlib",
"dependencies": [
"aurora",
"sfml",
{
"name": "sfml",
"version>=": "2.5.0"
},
{
"name": "vcpkg-cmake",
"host": true
}
],
"overrides": [
{
"name": "sfml",
"version": "2.6.2"
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8933,7 +8933,7 @@
"port-version": 2
},
"thor": {
"baseline": "2022-04-16",
"baseline": "2022-04-17",
"port-version": 0
},
"thorvg": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/thor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c50c35f9cf935e8ca3d31a7802a2fab98b77ffe4",
"version-date": "2022-04-17",
"port-version": 0
},
{
"git-tree": "52c5298a73cdd120b4138b72dd84085cf18f53c1",
"version-date": "2022-04-16",
Expand Down

0 comments on commit 513360e

Please sign in to comment.