mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
VCPKG: bump SDL2 from 2.30.3 to 2.30.8
This commit is contained in:
parent
601765a18f
commit
390b36ba84
10
vcpkg.json
10
vcpkg.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"builtin-baseline": "198d68dbcc6c907cb3d0b9b1d93c3df6ecf93c62",
|
"builtin-baseline": "e60236ee051183f1122066bee8c54a0b47c43a60",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"glm",
|
"glm",
|
||||||
"gtest",
|
"gtest",
|
||||||
@ -7,27 +7,27 @@
|
|||||||
"zlib",
|
"zlib",
|
||||||
{
|
{
|
||||||
"name": "sdl2",
|
"name": "sdl2",
|
||||||
"version>=": "2.30.3",
|
"version>=": "2.30.8",
|
||||||
"features": ["x11", "wayland", "alsa"],
|
"features": ["x11", "wayland", "alsa"],
|
||||||
"default-features": false,
|
"default-features": false,
|
||||||
"platform": "linux & !native"
|
"platform": "linux & !native"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sdl2",
|
"name": "sdl2",
|
||||||
"version>=": "2.30.3",
|
"version>=": "2.30.8",
|
||||||
"features": ["x11","wayland", "alsa"],
|
"features": ["x11","wayland", "alsa"],
|
||||||
"platform": "linux & native"
|
"platform": "linux & native"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sdl2",
|
"name": "sdl2",
|
||||||
"version>=": "2.30.3",
|
"version>=": "2.30.8",
|
||||||
"platform": "!linux"
|
"platform": "!linux"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"name": "sdl2",
|
"name": "sdl2",
|
||||||
"version": "2.30.3"
|
"version": "2.30.8"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user