UnleashedRecomp/vcpkg.json
Skyth (Asilkan) cdcacff53b
Implement SDF fonts. (#24)
* Initial SDF font generation work.

* Text now correctly displaying with proper spacing.

* Fix untextured draws, implement custom rectangles.

* Fix regular image display.

* Slightly refactor ImGui rendering.

* Implement outlines.

* Implement bevel.

* Create host device after loading the module if the installer wasn't run.

* Move ImGui files to its own folder.

* Fix outline sizes.

* Fix default ImGui font and font scales.

* Update font atlas files.
2024-12-11 23:30:19 +03:00

29 lines
666 B
JSON

{
"builtin-baseline": "e63bd09dc0b7204467705c1c7c71d0e2a3f8860b",
"dependencies": [
"directx-headers",
"directx12-agility",
"d3d12-memory-allocator",
"directx-dxc",
"sdl2",
"unordered-dense",
"volk",
"vulkan-headers",
"vulkan-memory-allocator",
"xxhash",
"pkgconf",
"tomlplusplus",
"zstd",
"stb",
"concurrentqueue",
"tiny-aes-c",
{
"name": "imgui",
"features": [ "sdl2-binding" ]
},
"magic-enum",
"nativefiledialog-extended",
"miniaudio",
"freetype"
]
}