- Modified CI configuration to use the D-Bus portal for file dialogs on Linux for improved reliability. - Updated CMake commands in both CI and release workflows to include the NFD_PORTAL option. - Removed OpenSSL from vcpkg.json to streamline dependencies. Benefits: - Enhances build reliability across different platforms. - Simplifies dependency management in the project.
30 lines
608 B
JSON
30 lines
608 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": "sdl2",
|
|
"platform": "windows",
|
|
"default-features": false,
|
|
"features": []
|
|
},
|
|
{
|
|
"name": "yaml-cpp",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"overrides": [
|
|
{
|
|
"name": "sdl2",
|
|
"version": "2.30.9"
|
|
}
|
|
]
|
|
}
|