gplugin/gplugin

0c835c7577ab
Parents 6bc46e33a0b2
Children ed8e701cc2b1
Add some badges to README.md for download and issues

Reviewed at https://reviews.imfreedom.org/r/13/
  • +5 -0
    README.md
  • --- a/README.md Sun Jul 05 04:21:04 2020 -0500
    +++ b/README.md Mon Jul 13 03:32:48 2020 -0500
    @@ -1,5 +1,10 @@
    # GPlugin
    +[ ![Download](https://api.bintray.com/packages/pidgin/releases/GPlugin/images/download.svg) ](https://bintray.com/pidgin/releases/GPlugin/_latestVersion)
    +[ ![Issues](https://img.shields.io/badge/Issues-YouTrack-ee3b8b.svg) ](https://issues.imfreedom.org/issues/GPLUGIN)
    +
    +
    +
    GPlugin is a GObject based library that implements a reusable plugin system.
    It supports loading plugins in multiple other languages via loaders. It relies
    heavily on [GObjectIntrospection](https://gi.readthedocs.io/) to expose its API