Skip to content

Commit

Permalink
VCPKG: bump SDL2 from 2.30.3 to 2.30.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Lgt2x committed Oct 29, 2024
1 parent 5d4b512 commit 8107b54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"builtin-baseline": "198d68dbcc6c907cb3d0b9b1d93c3df6ecf93c62",
"builtin-baseline": "e60236ee051183f1122066bee8c54a0b47c43a60",
"dependencies": [
"glm",
"gtest",
"plog",
"zlib",
{
"name": "sdl2",
"version>=": "2.30.3",
"version>=": "2.30.8",
"features": ["x11", "wayland", "alsa"],
"default-features": false,
"platform": "linux & !native"
},
{
"name": "sdl2",
"version>=": "2.30.3",
"version>=": "2.30.8",
"features": ["x11","wayland", "alsa"],
"platform": "linux & native"
},
{
"name": "sdl2",
"version>=": "2.30.3",
"version>=": "2.30.8",
"platform": "!linux"
}
],
"overrides": [
{
"name": "sdl2",
"version": "2.30.3"
"version": "2.30.8"
}
]
}

0 comments on commit 8107b54

Please sign in to comment.