Skip to content

Commit

Permalink
Update VCPKG builtin-baseline and SDL version to 2.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lgt2x committed Jun 29, 2024
1 parent d0a4649 commit b394df2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"builtin-baseline": "000d1bda1ffa95a73e0b40334fa4103d6f4d3d48",
"builtin-baseline": "f7423ee180c4b7f40d43402c2feb3859161ef625",
"dependencies": [
"gtest",
"zlib",
{
"name": "sdl2",
"version>=": "2.30.1"
"version>=": "2.30.3"
}
],
"overrides": [
{
"name": "sdl2",
"version": "2.30.3"
}
]
}

0 comments on commit b394df2

Please sign in to comment.