diff options
author | andy5995 <andy400-dev@yahoo.com> | 2021-06-15 12:53:23 -0500 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2021-06-15 14:47:52 -0700 |
commit | 537adce5d803ff4ae373d87671190a4a2682ff54 (patch) | |
tree | dbbb5f11bb2daa052364643c4a045b61ba5647b2 | |
parent | abf485ebc330ac49d4fbac3da548662e08251040 (diff) | |
download | meson-537adce5d803ff4ae373d87671190a4a2682ff54.zip meson-537adce5d803ff4ae373d87671190a4a2682ff54.tar.gz meson-537adce5d803ff4ae373d87671190a4a2682ff54.tar.bz2 |
Users.md: add canfigger library
-rw-r--r-- | docs/markdown/Users.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Users.md b/docs/markdown/Users.md index f9fcbde..54129bd 100644 --- a/docs/markdown/Users.md +++ b/docs/markdown/Users.md @@ -11,7 +11,7 @@ for it. All the software on this list is tested for regressions before release, so it's highly recommended that projects add themselves here. Some additional projects are listed in the [`meson` GitHub topic](https://github.com/topics/meson). - + - [2048.cpp](https://github.com/plibither8/2048.cpp), a fully featured terminal version of the game "2048" written in C++ - [Aravis](https://github.com/AravisProject/aravis), a glib/gobject based library for video acquisition using Genicam cameras - [Akira](https://github.com/akiraux/Akira), a native Linux app for UI and UX design built in Vala and Gtk @@ -21,6 +21,7 @@ topic](https://github.com/topics/meson). - [Budgie Desktop](https://github.com/budgie-desktop/budgie-desktop), a desktop environment built on GNOME technologies - [Bzip2](https://gitlab.com/federicomenaquintero/bzip2), the bzip2 compressor/decompressor - [Cage](https://github.com/Hjdskes/cage), a Wayland kiosk + - [canfigger](https://github.com/andy5995/canfigger), simple configuration file parser library - [casync](https://github.com/systemd/casync), Content-Addressable Data Synchronization Tool - [Chicken Libraries](https://github.com/chicken-libraries), Collection of C libraries. Data structures, algorithms, and more. - [cinnamon-desktop](https://github.com/linuxmint/cinnamon-desktop), the cinnamon desktop library |