Skip to content

Commit d048867

Browse files
committed
vcpkg fix
1 parent d9d9ff0 commit d048867

2 files changed

Lines changed: 26 additions & 25 deletions

File tree

vcpkg-configuration.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
3+
"default-registry": {
4+
"kind": "git",
5+
"repository": "https://github.com/microsoft/vcpkg",
6+
"baseline": "b02e341c927f16d991edbd915d8ea43eac52096c"
7+
},
8+
"registries": [
9+
{
10+
"kind": "git",
11+
"repository": "https://github.com/microsoft/vcpkg",
12+
"baseline": "256acc64012b23a13041d8705805e1f23b43a024",
13+
"packages": [
14+
"sdl3",
15+
"sdl3-image"
16+
]
17+
}
18+
]
19+
}

vcpkg.json

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,9 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3-
"dependencies": [
4-
"zlib",
5-
"ffmpeg",
6-
"sdl3",
7-
"sdl3-image"
8-
],
9-
"configuration": {
10-
"default-registry": {
11-
"kind": "git",
12-
"repository": "https://github.com/microsoft/vcpkg",
13-
"baseline": "b02e341c927f16d991edbd915d8ea43eac52096c"
14-
},
15-
"registries": [
16-
{
17-
"kind": "git",
18-
"repository": "https://github.com/microsoft/vcpkg",
19-
"baseline": "256acc64012b23a13041d8705805e1f23b43a024",
20-
"packages": [
21-
"sdl3",
22-
"sdl3-image"
23-
]
24-
}
25-
]
26-
}
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3+
"dependencies": [
4+
"zlib",
5+
"ffmpeg",
6+
"sdl3",
7+
"sdl3-image"
8+
]
279
}

0 commit comments

Comments
 (0)