An open API service indexing awesome lists of open source software.

https://github.com/hugopl/pango.cr

Crystal bindings for Pango library
https://github.com/hugopl/pango.cr

bindings crystal pango

Last synced: about 1 month ago
JSON representation

Crystal bindings for Pango library

Awesome Lists containing this project

README

        

![Build Status](https://github.com/hugopl/pango.cr/actions/workflows/ci.yml/badge.svg?branch=main)

# Pango.cr

Crystal bindings for [Pango](https://pango.gnome.org/) library

Currently this shard only exists to be shared between [GTK4](https://github.com/hugopl/gtk4.cr) and
[GTK3](https://github.com/phil294/gtk3.cr) shards.

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
pango:
github: hugopl/pango.cr
```

2. Run `shards install`

## Usage

```crystal
require "pango"
```

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [Hugo Parente Lima](https://github.com/hugopl) - creator and maintainer