- Updated CMakeLists.txt to set policies for older submodules, improving compatibility with various CMake versions. - Modified vcpkg.json to change the SDL2 dependency to a core variant and updated the builtin baseline to the latest version, ensuring better package management. - Improved file dialog functionality in file_dialog.cc by adding conditional compilation for NFD support, providing fallback behavior when NFD is unavailable.
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "yaze",
|
|
"version": "0.3.0",
|
|
"description": "Yet Another Zelda3 Editor",
|
|
"dependencies": [
|
|
"zlib",
|
|
"libpng",
|
|
"sdl2[core]"
|
|
],
|
|
"builtin-baseline": "2024.12.16"
|
|
}
|