diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index c3cfba7..74b3997 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # zeal -Zig easy audio library, or zeal, is an OpenAL wrapper inspired -by [alure] and [palace]. +Zig easy audio library, or zeal, is a wrapper for [OpenAL] and [libsndfile], +inspired by [alure] and [palace]. ## Copying @@ -12,6 +12,8 @@ under the terms of the GNU [Lesser General Public License][lgplv3] as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +[OpenAL]: https://openal-soft.org +[libsndfile]: https://libsndfile.github.io/libsndfile [alure]: https://github.com/kcat/alure [palace]: https://mcsinyx.gitlab.io/palace [lgplv3]: https://www.gnu.org/licenses/lgpl-3.0.html |