Whoa
Thank's a lot, it did helped!
For anyone else coming to the topic with same question: specifying the "tool" feature would enable gui builder.
It would be built if your project contains the release configuration, and .exe with all the dependencies and resource files would be put into \vcpkg_installed\x64-windows\tools\tgui
Thank's a lot, it did helped!
For anyone else coming to the topic with same question: specifying the "tool" feature would enable gui builder.
Code Select
{
"dependencies": [
"sfml",
{
"name": "tgui",
"default-features": true,
"features": ["tool"]
},
"vcpkg-cmake"
]
}It would be built if your project contains the release configuration, and .exe with all the dependencies and resource files would be put into \vcpkg_installed\x64-windows\tools\tgui