File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments