about summary refs log tree commit diff
path: root/lib/zeal
AgeCommit message (Collapse)Author
2025-03-11Port to Zig 0.14 HEAD mainNguyễn Gia Phong
Awaiting upstream libraries to support Zig 0.14 to purge the submodules: * ini: https://github.com/ziglibs/ini/pull/14#issuecomment-2712560632 * qoi: https://github.com/ikskuh/zig-qoi/pull/14
2023-08-14Port to Zig 0.11Nguyễn Gia Phong
2023-03-10Adopt higher level wrapperNguyễn Gia Phong
2023-02-15Port to Zig 0.10 2.5.0Nguyễn Gia Phong
2022-01-15Bump to 2.4.7 2.4.7Nguyễn Gia Phong
2022-01-15Port to Zig 0.9Nguyễn Gia Phong
2021-09-24Replace a few sound effectsNguyễn Gia Phong
2021-09-18Use zeal for sound loadingNguyễn Gia Phong
Effectively vorbisfile is replaced by libsndfile, which can support formats other than Ogg Vorbis.
2021-09-08Move configuration parsing to Zig 2.1.0Nguyễn Gia Phong
The config file is now read from configuration directories instead of pwd.
2021-08-15Use zeal for audio handlingNguyễn Gia Phong