harfbuzz
HarfBuzz.cr
Crystal bindings for Harfbuzz library.
⚠️ This binding just compiles, nobody tried to do a single function call on it. However GTK4 and GTK3 shards depends on it.
Currently this shard only exists to be shared between GTK4 and GTK3 shards.
Installation
-
Add the dependency to your
shard.yml
:dependencies: harfbuzz: github: hugopl/harfbuzz.cr
-
Run
shards install
Usage
require "harfbuzz"
Contributing
- Fork it (https://github.com/hugopl/harfbuzz.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