mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
* Embedded player implementation. * Rework embedded sound player to support simultaneous playback. * Add more embedded sounds. * Update submodule. * Update. * Move engine initialization. * Use guest audio configuration values in embedded player. * Miniaudio submodule on dev branch. * Implement libvorbis. * Update resources submodule. --------- Co-authored-by: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com>
29 lines
666 B
JSON
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",
|
|
"freetype",
|
|
"libvorbis"
|
|
]
|
|
}
|