- Eliminated the SDL2 dependency from the vcpkg.json file, streamlining the project's dependency management. - Removed the associated overrides for SDL2, simplifying the configuration. Benefits: - Reduces complexity in the dependency setup, leading to a more maintainable project structure.
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "yaze",
|
|
"version": "0.3.2",
|
|
"description": "Yet Another Zelda3 Editor",
|
|
"builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94",
|
|
"dependencies": [
|
|
{
|
|
"name": "yaml-cpp",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|