9362a7a4创建于 2023年10月19日历史提交
文件最后提交记录最后更新时间
added a package for soloud (#2450) * added a package for soloud * Updated soloud package based on code review * Use add_headerfiles instead of copying includes. * Removed unneeded comments. * Moved homepage and license before URLs and versions. * Changed URL to github. * soloud homepage is now github. Versions are more readable and dynamic. * soloud patched to use current miniaudio as a dependency * Update xmake.lua --------- Co-authored-by: ruki <waruqi@gmail.com>2 年前
Fixed miniaudio on macos (#2675) * Fixed miniaudio on macos. Simplified soloud xmake.lua which depends on it. It's an entitlements issue that is solved with a #define for miniaudio: <https://github.com/mackron/miniaudio/issues/203> * dont link AudioUnit or CoreAudio on iOS2 年前