pango
Pango.cr
Crystal bindings for Pango library
Currently this shard only exists to be shared between GTK4 and GTK3 shards.
Installation
-
Add the dependency to your
shard.yml
:dependencies: pango: github: hugopl/pango.cr
-
Run
shards install
Usage
require "pango"
Contributing
- Fork it (https://github.com/hugopl/pango.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Hugo Parente Lima - creator and maintainer