Dock and panel library for building GTK 4 applications.
Dock/panel library for GTK 4
$ pkg-config --modversion libpanel-1$ pkg-config --cflags libpanel-1$ pkg-config --libs libpanel-1$ ls $(brew --prefix libpanel)/share/doc/$ gcc myapp.c $(pkg-config --cflags --libs libpanel-1 gtk4) -o myapp